Quote:
Originally Posted by Xhaiden
I'm usually a pretty aware guy but I can't find the .htaccess file anywhere in the zip file? Is it missing it or am I just getting old?  Thanks!!
|
I just updated teh attachment with some fix with css display issue. For .htaccess, maybe your PC can not show the file since it has not a name only an extension.
I attached the content of .htaccess file for your convenience:
Code:
Options +FollowSymLinks
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
RewriteEngine On
# Please note: RewriteBase is the path of your forum
# to your root vB installation (i.e. / or /forums without ending slash / if it is a subdirectory)
RewriteBase /forum
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $1 [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ yabbseo.php?bbseourl=$1&%{QUERY_STRING} [L]