Citizen
01-19-2010, 02:59 PM
If you use v32/ibpro games that have a /gamedata folder, you will need to complete these optional install steps:
1. If you do not already have one, create a file called .htaccess in your root social engine directory.
2. Open the .htaccess file with a text editor and add these lines of code to it:
RewriteEngine on
RewriteRule ^arcade/gamedata/(.*) /file/arcade/gamedata/$1 [L]
3. Upload your altered .htaccess file, overwriting the old one.
And you're done!
1. If you do not already have one, create a file called .htaccess in your root social engine directory.
2. Open the .htaccess file with a text editor and add these lines of code to it:
RewriteEngine on
RewriteRule ^arcade/gamedata/(.*) /file/arcade/gamedata/$1 [L]
3. Upload your altered .htaccess file, overwriting the old one.
And you're done!