View Single Post
Old 2006-12-31, 05:38 AM   #4
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Yes, with that line in your htaccess, you're telling your server to parse html pages looking for executable instructions. The only caveat is that it takes a server a little longer to process each page that way. But not really any longer than if you were using php extensions.

If you have any directories where you don't use PHP on the pages, you can add an htaccess file to those directories to stop the html pages from being parsed to look for php code. Otherwise the one htaccess at your root level will control all directories
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote