0

Some help needed with my htaccess pretty urls. I uploaded this htaccess file to my public html:

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]

It works for the most part, but for pages that I created after the htaccess file was uploaded, it doesn't work. How do make ALL pages with out the file extension?

Thanks in advance!

Edit: I don't think it is an issue with a path or subdomain?

Andrew
  • 25
  • 7

1 Answers1

0

It seems that you have a folder named girlscouts. If yes try to changing girlscouts.php to other name it should work.

Missa Constant
  • 121
  • 1
  • 3