
-----------------------------------
HaVoC
Wed Oct 06, 2004 7:43 am

Hiding the file PHP file extension
-----------------------------------
How would I hide the file extension when people go to the page? OR how can I change the extension?

Thanks in advance

-----------------------------------
octopi
Wed Oct 06, 2004 1:21 pm


-----------------------------------
Edit your .htaccess file, you need it to say

AddType application/x-httpd-php .ext


there is a way to eliminate the extension, but that requires URL Rewriting (mod_rewrite) and I'm to lazy to explain it, cause google can.
-
