Hello,
I have successfully rewrite my www.site.com/index.php in to www.site.com/?u=h
This rule is applied:
rewriteRule ^index\.php$ http://www.site.com/?u=h [R=301,L]
Now i want to rewrite other .php file that is called "ads.php"
so i just add this lane:
rewriteRule ^ads\.php$...
Hello,
I have successfully rewrite my www.site.com/index.php in to www.site.com/?u=h
This rule is applied:
rewriteRule ^index\.php$ http://www.site.com/?u=h [R=301,L]
Now i want to rewrite other .php file that is called "ads.php"
so i just add this lane:
rewriteRule ^ads\.php$...