![]() |
Redirect to index page
I have several hundred pages in loads of directories. How do I set it up so they all get redirected to www.domain.com/index.html?
Thanks |
se-spam? ;)
|
Add this to .htaccess , add .htaccess to each of those directories.
Redirect 301 / http://www.domain.com/index.html |
Put this in .htaccess in the same directory as your index
RewriteRule .* index.html [QSA,L] |
Lot of good tips here already
|
Quote:
|
So, just create a .htaccess file and add the following code to all directories?
Code:
Redirect 301 / http://www.domain.com/index.htmlCode:
RewriteRule .* index.html [QSA,L] |
Quote:
|
| All times are GMT -7. The time now is 10:13 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123