<FilesMatch "\.(tpl)$">
    Order allow,deny
    Deny from all
</FilesMatch> 

<IfModule mod_php4.c> 
	php_flag session.use_trans_sid off
	php_flag magic_quotes_gpc off
    php_flag register_globals off
</IfModule>

<IfModule mod_php5.c> 
	php_flag session.use_trans_sid off
	php_flag magic_quotes_gpc off
    php_flag register_globals off
</IfModule>

<IfModule mod_rewrite.c>
	RewriteEngine On
	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule . cncat_permalink.php [QSA,L]
</IfModule>
