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?