so, i wanted to install this mod, which didnt work with this msg:
Quote:
# Place this code into the top of http://bla.blablabla.bla/.htaccess so certain games can process scores, then try importing again:
<IfModule mod_rewrite.c>
RewriteEngine on
# If vbulletin is in a subdirectory, add it here
RewriteBase /vBulletin4
# Retrieve gamedata requests and send to new dbtech locations
RewriteRule ^arcade/gamedata/(.*) dbtech/vbarcade/media/$1 [L]
# Retrieve crossdomain requests and send to new dbtech location
RewriteRule ^crossdomain\.xml dbtech/vbarcade/crossdomain.xml [L]
# Send hardcoded pnf+ipa scores to arcade instead
RewriteCond %{QUERY_STRING} func=storeScore [OR]
RewriteCond %{QUERY_STRING} autocom=arcade [OR]
RewriteCond %{QUERY_STRING} act=Arcade
RewriteRule .* arcade.php [L,QSA]
# Reroute v3arcade liveinstaller
RewriteCond %{QUERY_STRING} do=liveinstall
RewriteCond %{REQUEST_URI} v3arcade_admin\.php
# If you renamed your admincp directory, change it here
RewriteRule .* %{DOCUMENT_ROOT}/admincp/arcade_admin.php?%{QUERY_STRING}&do=review&import= browse&system=v3a [L,R=301]
</IfModule>
|
so i added this to the .htaccess file (once i tried on root (with the dir added where is vb installed) and once in the dir where vb is installed), with the resultat, that nothing was accesible in the dir (and sub dirs). so something is wrong with that code, but i have no clue what (and the .htaccess file was empty, so nothing other inside)
Quote:
Forbidden
You don't have permission to access /index.php on this server.
|