Page 1 of 1

Help On htaccess

Posted: Mon Jun 07, 2010 12:14 pm
by sina_saeedi82
I have this url: melodymag.com/products-page/
I want to show it like: http://www.melodymag.com/shop/

I dont know what I must put in htaccess. Please Help

Re: Help On htaccess

Posted: Tue Jun 08, 2010 10:42 am
by markusn00b
Something like:

Code: Select all

RewriteEngine On
RewriteRule ^/products-page(/)?$ /shop [L]