Subversion Repositories svnkaklik

Rev

Go to most recent revision | Blame | Last modification | View Log | Download

#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>
 ForceType application/x-httpd-php
</Files>