Hey everyone,
Trying to do a simple rewrite on a url
I want to rewrite http://mmow.biz/sign-up/ to http://mmow.biz/wp-signup.php
sounds simple however I'm having some problems, this is what I have so far
#Rewrite sign up page
RewriteCond %{HTTP_HOST} ^mmow.biz/sign-up/$ [NC]
RewriteRule ^(.*)$ http://mmow.biz/wp-signup.php [P]
This is my .htaccess file
In addition if anyone has any useful security additions to add to my .htaccess please let me know.
Thanks,
Levi