Forum Moderators: phranque

Message Too Old, No Replies

godaddy and htaccess

godaddy and htaccess

         

full1511

3:03 am on Jan 8, 2007 (gmt 0)

10+ Year Member



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

full1511

3:14 am on Jan 8, 2007 (gmt 0)

10+ Year Member



Looks like it might have been the caching issue - it seems to work now :) thanks everyone and hope this might help someone else! :) Thanks again!

full1511