Wanted to update this as I had my site offline for unrelated reasons and ran into trouble
Uninstalled Lite v1.0.1 (or whatever) and uploaded v2.0.2 (Lite). Went to import the XML and received the following message in the ACP;
Quote:
# Place this code into the top of http://www.braintalkcommunities.org/.htaccess so certain games can process scores, then try importing again:
RewriteOptions inherit
RewriteEngine on
RewriteCond %{HTTP_HOST} ^braintalkcommunities\.org$ [OR]
RewriteCond %{HTTP_HOST} ^www\.braintalkcommunities\.org$
RewriteRule ^forums\/?(.*)$ "http\:\/\/www\.braintalkcommunities\.org\/archives\/06_11\/$1" [R=301,L]
# vB4 Error Pages by gezuvor
ErrorDocument 400 /400.php
ErrorDocument 401 /401.php
ErrorDocument 403 /403.php
ErrorDocument 404 /404.php
ErrorDocument 500 /500.php
# vB arcade
<IfModule mod_rewrite.c>
RewriteEngine on
# If vbulletin is in a subdirectory, add it here
RewriteBase /
# 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 ipa scores to arcade instead
RewriteCond %{QUERY_STRING} act=Arcade [OR]
RewriteCond %{QUERY_STRING} autocom=arcade
RewriteRule ^index\.php arcade.php [L,QSA]
# Send hardcoded pnf scores to arcade instead
RewriteCond %{REQUEST_METHOD} POST [NC]
RewriteCond %{HTTP_COOKIE} vbarcade_session
RewriteRule ^index\.php 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>
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 91.236.74.
deny from 211.157.104.
deny from 60.29.10.
deny from 188.143.233.
deny from 176.8.247.
deny from 46.119.
deny from 46.118.
RewriteCond %{HTTP_REFERER} !^http://braintalkcommunities.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://braintalkcommunities.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.braintalkcommunities.org/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.braintalkcommunities.org$ [NC]
RewriteCond %{HTTP_REFERER} !^http://braintalkcommunities.org/archives/06_11/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://braintalkcommunities.org/archives/06_11$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.braintalkcommunities.org/archives/06_11/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.braintalkcommunities.org/archives/06_11$ [NC]
RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/png A2592000
ExpiresByType application/x-javascript A2592000
ExpiresByType text/css A2592000
ExpiresByType image/x-icon A2592000
</IfModule>
|
Umm that is my .htaccess file ... I don't see anything new to add to it