Linux / UNIX Tech Support Forum
This is a discussion on Apache VB SEO Rewrite - Getting Error 404 within the Web servers forums, part of the Mastering Servers category; Hi, I just moved my forum to another service provider. Earlier i was on Cent OS 4.4 & now i ...
|
|||||||
| Web servers Discussion on Apache, Nginx and Lighttpd HTTP/web server and configuration issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi,
I just moved my forum to another service provider. Earlier i was on Cent OS 4.4 & now i m on Cent OS 5.3. PHP info can be found at: phpinfo() . my .htaccess looks like: - Code:
RewriteEngine On
#RewriteBase /forums
ewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{QUERY_STRING} !vbseourl=
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|cron|vbseo_sitemap/)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
Last edited by nixcraft; 30-06-2009 at 10:33 AM. |
| Sponsored Links | ||
|
|
|
|||
|
Hello,
Yes mod_rewrite is enabled and .htaccess is also enabled. for .htaccess these are the entries in my httpd.conf Code:
AccessFileName .htaccess
#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<Files ~ "^\.ht">
Order allow,deny
Deny from all
</Files>
Thanks Last edited by peeyooshk; 30-06-2009 at 10:56 PM. |
|
||||
|
You need to set AllowOverride to ALL:
Code:
AllowOverride ALL
__________________
Vivek Gite Linux Evangelist |
![]() |
| Tags |
| apache seo , php seo , seo , vbseo , vbseo apache , vbseo url rewrite , vbulletin seo |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Apache error 403 Permission access on RHEL5 | samengr | Web servers | 2 | 06-06-2009 02:18 AM |
| Lighttpd rewrite rules | Melnax | Web servers | 0 | 01-06-2009 01:51 PM |
| Lighttpd rewrite problem | Talon | Web servers | 4 | 16-10-2008 10:08 PM |
| Apache 503 error | sweta | Web servers | 0 | 01-11-2007 03:00 AM |
| script to rewrite data. | kavi | Shell scripting | 3 | 18-09-2005 12:13 AM |