Hi.
I am using .htaccess to redirect in my website
Now I want to redirect a url, which Contain '-' to another url.
ex:
[CODE=php]
RewriteRule ^book-and-magazine-discount/ query.php?q=$1.
[/CODE]
please help me
Thanks
Ruth
I am using .htaccess to redirect in my website
Now I want to redirect a url, which Contain '-' to another url.
ex:
[CODE=php]
RewriteRule ^book-and-magazine-discount/ query.php?q=$1.
[/CODE]
please help me
Thanks
Ruth
Comment