I'm trying to convert some ISAPI rewrite rules so they can be used in a .htaccess file. But i'm having some issues does anyone know a site that could do this automatically? There are only a few rules i need to rewrite
Code:RewriteRule /categories(.*) /categories.php?$1 [I,L] RewriteRule /pages(.*) /pages.php?$1 [I,L] RewriteRule /blogrss(.*) /blogrss.php?$1 [I,L] RewriteRule /blogs(.*) /blogs.php?$1 [I,L] RewriteRule /search(.*) /search.php?$1 [I,L] RewriteRule /authors(.*) /authors.php?$1 [I,L] RewriteRule /articlerss(.*) /articlerss.php?$1 [I,L] RewriteRule /newsrss(.*) /newsrss.php?$1 [I,L] RewriteRule /news(.*) /news.php?$1 [I,L] RewriteRule /articles(.*) /articles.php?$1 [I,L]


LinkBack URL
About LinkBacks





Reply With Quote