onlyican Posted June 1, 2010 Share Posted June 1, 2010 Hey I am setting a website and the methodology we use, we have the Websites in a sub folder called /website But page calls have to come from the root For example www.example.com/about.htm calls page /website/about.php Easy fix RewriteCond $1 !^website/ RewriteRule ^(.*).htm /website/$1.php [L] But I have an issue when someone goes to www.example.com I want to load the page /website/index.php BUT, I want to redirect / to /index.htm Due to the fact that Search Engines will see / and /index.htm as 2 different pages How would I do this? Quote Link to comment https://forums.phpfreaks.com/topic/203509-rewrite-root-dir/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.