File ".htaccess"

Full path: /home/rrrallyteam/public_html/wp-admin/.htaccess
File size: 197 bytes
MIME-type: --
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]
</IfModule>