Results 1 to 10 of 21
Threaded View
-
8th Jul 2009, 04:15 PM #14Member
tedit .htaccess
Code:# Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On # Some servers require the Rewritebase directive to be # enabled (remove '#' at the beginning to activate) # Please note: when enabled, you must include the path # to your root vB folder (i.e. RewriteBase /forums/) #RewriteBase / #RewriteCond %{HTTP_HOST} !^www\.yourdomain\.com #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap) RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbseo.php [L,QSA] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/ RewriteRule ^(.+)$ vbseo.php [L,QSA]
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
how to setup lighttpd mod rewrite rule for vbseo
By onel0ve in forum vBulletinReplies: 6Last Post: 14th Sep 2012, 04:46 PM -
VBseo Help
By shariq27 in forum vBulletinReplies: 4Last Post: 2nd Mar 2011, 03:36 AM -
Vbseo Help
By shariq27 in forum Web Application/Script SupportReplies: 0Last Post: 2nd Mar 2011, 01:27 AM -
need help with vbseo
By Warez Junky in forum vBulletinReplies: 1Last Post: 22nd Oct 2010, 10:35 PM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...