Quote:
Originally Posted by Glockie
so to clarify =
it's .HTACCES. NOT .HTACCESS
note the double 's'
Absolutely NO joy..
Ok here's what I have =
filename = .htacces
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]
filename = .htaccess
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]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
Still not working, I also have a folder named htaccess too...
it goes to this page which is not found on my domain or forums = http://www.******/index.php?act=Arcade&do=newscore
It was working perfectly fine until the update and now I have had to fiddle away to get this far by fixing and playing, yet now it's almost done I am stuck when submitting scores - it goes to a 404 job.. unknown page.. * frustrated and bangs head on desk *
Once again thank you very much for the help so far.
|
well I looked abd there are 2 .HTACCESS and .HTACCES
the .HTACCESS is correct
did you have one there before ?
if so what was in it
I see the rewrite for vbseo
Contact your host and see if they can enable the rewrite
of it you have a custom page not found display set up this may cause it as well
I think
you can check your cpanel and look at the php info and see if it's enabled as well