Quote:
Originally Posted by Hippy
Did you try to make a htaccess.txt with this code 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]
Then up load it to your forum root dir . Then rename it to .htaccess?
|
Nope. That's why it didn't work.
Have the new .htaccess uploaded and it is working fine. Thanks a bunch!