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
Help On htaccess
Moderator: General Moderators
-
sina_saeedi82
- Forum Newbie
- Posts: 11
- Joined: Sun Aug 23, 2009 5:13 am
Help On htaccess
Last edited by sina_saeedi82 on Thu Jul 01, 2010 4:03 am, edited 1 time in total.
- markusn00b
- Forum Contributor
- Posts: 298
- Joined: Sat Oct 20, 2007 2:16 pm
- Location: York, England
Re: Help On htaccess
Something like:
Code: Select all
RewriteEngine On
RewriteRule ^/products-page(/)?$ /shop [L]