Need advice with htaccess

Status
Not open for further replies.
6 comments
How are you planning on keeping both URLS?

If you are running mod_rewrite (changing the url to ignore the extension) then google will index that.
 
If I do something like that :
RewriteRule ^mp3,(.*).html?$ aaa.php?id=$1 [L]
RewriteRule ^mp3,(.*)?$ aa.php?id=$1 [L]

Then you can use with .html and without.

Regards.
 
^^ But google will only index the content which has been linked on other pages.
I pref one with .html for threads/posts and without any extension for categories/forums
 
Status
Not open for further replies.
Back
Top