Details | Last modification | View Log
#to change extension but still be processed by PHP
#example: shoutbox.gs or shoutbox.sb or shoutbox.btw
<FilesMatch "\.(gs|sb|btw)$">
ForceType application/x-httpd-php
</FilesMatch>
#####################################
#without extension but still be processed by PHP
#example: shoutbox
<Files shoutbox>
</Files>