I know it should be very very simple but I don't know how to do it.
I need a rule to change my url's:
Code: Select all
http://mydomain.com/blogs/whateverCode: Select all
http://mydomain.com/whateverModerator: General Moderators
Code: Select all
http://mydomain.com/blogs/whateverCode: Select all
http://mydomain.com/whateverUntested. Whack it in a .htaccess file at site root.RewriteEngine On
RewriteRule /blogs/(.*) /$1 [L]