Hi Everyone, I am so frustrated with Godaddy, does anyone know if I can just do something simple (Rewriterule ^test.html test.php) like rewrite my .php files with my htaccess file? It doesn't appear to be working and then I read that GoDaddy only reloads their htaccess 'cache' every hour or something - arrrgh.. thanks in advance! Here is my simple htaccess file - any ideas?
# -FrontPage-
IndexIgnore .htaccess */.?* *~ *# */HEADER* */README* */_vti* *
IndexIgnore */*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
RewriteEngine On
#index
Rewriterule ^test.html test.php