vBulletin Search Engine Optimization
This is a discussion on rewrite syntax for isapi_rewrite within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I had my rewrite rules fixed the other day here in the forums for vbSEO , and I just installed ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
|
I had my rewrite rules fixed the other day here in the forums for vbSEO, and I just installed the sitemaps and the rewrite for my forum isn't working. I did notice the person who fixed the rules for me the other day did add in the rules for the sitemaps too, here is a copy: Code: RewriteEngine On RewriteRule ^/forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] Thanks -Oscar http://www.EasyMarketingForum.com/ |
|
#2
| ||||
| ||||
|
You DON'T have to modify rewrite rule for sitemap since you have vBSEO installed already (vBSEO has corresponding rewrite rule as well).
__________________ 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. |
|
#3
| |||
| |||
|
I changed it back to what it before I changed it and it still wont load http://www.easymarketingforum.com/forum/vbseo_sitemap/ However, if I visit http://www.easymarketingforum.com/forum/vbseo_sitemap I get redirected to the forum listing page Code: [ISAPI_Rewrite]
# When hosting multiple sites on the same server, it is
# recommended to limit the rewrite rules to the domain(s)
# where vBSEO is installed. Enable (remove '#' at the beginning
# to activate) the following rule and replace 'easymarketingforum.com'
# with your actual installation domain name.
RewriteCond %{HTTP_HOST} .*easymarketingforum.com
RewriteCond %{REQUEST_URI} !^/forum/(avatars|attachments|iconimages).*
RewriteRule ^(.*\.(?:gif|swf.*|jpg|png|css|xml|js|htm|txt|zip))$ $1 [I,L]
RewriteCond %{HTTP_HOST} .*easymarketingforum.com
RewriteRule ^/forum/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{HTTP_HOST} .*easymarketingforum.com
RewriteCond %{REQUEST_URI} !/forum/(admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
RewriteRule ^/forum/(.+?)$ /forum/vbseo.php?vbseourl=$1 [L,QSA]
|
|
#4
| ||||
| ||||
|
Here is your vbseo_sitemap interface: http://www.easymarketingforum.com/fo...emap/index.php and sitemap: http://www.easymarketingforum.com/fo...p_index.xml.gz
__________________ 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. |
|
#5
| |||
| |||
|
So it is necessary to type in the file name after the / I was thinking it would automatically pick up index.php and display it when goin to http://www.easymarketingforum.com/forum/vbseo_sitemap/ Thank you. |
|
#6
| ||||
| ||||
|
You can also try to change last rewrite condition to: Code: RewriteCond %{REQUEST_URI} !/forum/(vbseo_sitemap/|admincp/|modcp/|clientscript/|cpstyles/|images/|search.php).*
__________________ 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 |
| Syntax for Custom Rewrite Rules | Joe Ward | Custom Rewrite Rules | 7 | 07-19-2008 07:14 AM |
| Changing Password Syntax Error | brand0n | Troubleshooting | 1 | 09-23-2007 09:48 AM |
| isapi_rewrite vBa Rewrite Rules | Shmee | Custom Rewrite Rules | 5 | 05-11-2006 03:44 PM |
| Syntax to write "Rewrite Rules"? | Basit | Custom Rewrite Rules | 12 | 10-19-2005 05:02 PM |