.htaccess need help

nielz_01

New Member
heres the default settings of .htaccess i used co.cc domain. can somebody tell how to config it?



# 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]



i try modify it but i always got this error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.








Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
 
Are you sure your host supports mod_rewrite? If not, VBSEO will not work. Look at your PHP info and check for mod_rewrite.

AdminCP -> Maintenance -> View PHP Info
 
Grinderhand said:
Are you sure your host supports mod_rewrite? If not, VBSEO will not work. Look at your PHP info and check for mod_rewrite.

AdminCP -> Maintenance -> View PHP Info


yah.. i already config .htacces but i have new problem

i cant find this code on my function.php
if ($vboptions['gzipoutput'] AND !headers_sent())

can anybody help me? i attach my function.php
 
open the file in the notepad then
Edit > Go To
a box will appear and just put the line number u wish to find
or simply press CTRL + G
 
Back
Top