PDA

View Full Version : Adding support for v32 games with 'gamedata' folders.



Citizen
01-13-2010, 03:49 PM
In your top level directory where you installed SAA, you should see folders like:

/admin
/cache
/file
/include
etc

In this top level directory, create a file called .htaccess, if you haven't already.

In this file, add the following lines of code:


RewriteEngine on
RewriteRule ^arcade/gamedata/(.*) /file/gamedata/$1 [L]And you're done!