vBulletin Search Engine Optimization
This is a discussion on trying to convert ISAPI to .htaccess rules within the General Discussion forums, part of the vBulletin SEO Discussion category; I'm trying to convert some ISAPI rewrite rules so they can be used in a .htaccess file. But i'm having ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| trying to convert ISAPI to .htaccess rules
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] |
|
#2
| ||||
| ||||
|
That should be as simple as: Code: RewriteRule ^categories(.*) categories.php?$1 [L] etc
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. Last edited by Oleg Ignatiuk; 02-17-2008 at 04:20 PM. |
|
#4
| ||||
| ||||
|
Great!
__________________ Oleg Ignatiuk / Crawlability Inc. Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations 6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| ISAPI Rewrite Rules | openmind | Troubleshooting | 1 | 08-24-2006 03:02 PM |