Recent content by Trajan Andrevski

  1. T

    Mod-rewriting .php file to ?u=(a-z)?

    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$...
  2. T

    mod-rewriting .php file to ?u=(a-z)?

    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$...
Back
Top