Actually i know how to create an .htaccess file...its just that NGINX web servers do not use the .htaccess file so what could i do in it's place?
I also have a second question...seems when i add games it says that i need to CHMOD certain directories to 777. I am just curious if setting these directories to 777 will post any security risks....and the arcade directory in general should be set to 777 or 755?
Thanks.
Quote:
Originally Posted by Hippy
the file above is not empty
I do not have the time to check your OS
but you need to have your ftp client set to be able to view dot file
you can make your own .htaccess with this in it
Code:
RewriteEngine on
# 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]
and up load it to your forum root dir
this goes for the others who are posting they are adding this to there arcade dir
so both do not work..
Im not sure why this happens to some with these older v2 games
make a test site and try it there
|