Citizen
01-13-2010, 02: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!
/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!