F franciscol99 Member Apr 4, 2012 #1 Apr 4, 2012 #1 Hello, I can't use vBSEO in my vbulletin because htaccess of vBSEO isn't working. What should I do to make htaccess attached work in my LiteSpeed server? Thanks, franciscol99 Attachments htaccess.txt 987 bytes Views: 10 Last edited by a moderator: Apr 4, 2012
Hello, I can't use vBSEO in my vbulletin because htaccess of vBSEO isn't working. What should I do to make htaccess attached work in my LiteSpeed server? Thanks, franciscol99
N NiteWave Administrator Apr 4, 2012 #2 Apr 4, 2012 #2 the htaccess itself is ok without any change. are you using lsws native vhost or read apache's config file httpd.conf ?
the htaccess itself is ok without any change. are you using lsws native vhost or read apache's config file httpd.conf ?
F franciscol99 Member Apr 4, 2012 #3 Apr 4, 2012 #3 I'm using lsws native vhost. The vBulletin was installed inside /forum/ folder, vBSEO .htaccess is also on this folder. Last edited: Apr 4, 2012
I'm using lsws native vhost. The vBulletin was installed inside /forum/ folder, vBSEO .htaccess is also on this folder.
N NiteWave Administrator Apr 4, 2012 #4 Apr 4, 2012 #4 so please check: lsws admin console -> Configuration -> Server -> HT Access -> Allow Override and similar setting in your vhost -> general -> HT Access -> Allow Override uncheck None, and check all others, then restart lsws
so please check: lsws admin console -> Configuration -> Server -> HT Access -> Allow Override and similar setting in your vhost -> general -> HT Access -> Allow Override uncheck None, and check all others, then restart lsws
F franciscol99 Member Apr 4, 2012 #5 Apr 4, 2012 #5 Perfect, It is working now! Thanks! Last edited: Apr 4, 2012
F franciscol99 Member Apr 4, 2012 #6 Apr 4, 2012 #6 The htaccess isn't working properly, when I access a existent file, appears Page Not Found.
N NiteWave Administrator Apr 4, 2012 #7 Apr 4, 2012 #7 copy pageGlow_left.png under /forum, will http://.../forum/pageGlow_left.png show 404 error ?
F franciscol99 Member Apr 4, 2012 #8 Apr 4, 2012 #8 Yes, I've copied pageGlow_left.png to forum dir but still get Page not found.
N NiteWave Administrator Apr 4, 2012 #9 Apr 4, 2012 #9 solved -- the .htaccess file format error, lines not break correctly. RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php) 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] Click to expand... change to RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php) 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] Click to expand... fixed it p.s. it's running latest 4.1.12
solved -- the .htaccess file format error, lines not break correctly. RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php) 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] Click to expand... change to RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap|api\.php) 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] Click to expand... fixed it p.s. it's running latest 4.1.12