diff options
Diffstat (limited to 'blog/web/.htaccess')
-rw-r--r-- | blog/web/.htaccess | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/blog/web/.htaccess b/blog/web/.htaccess deleted file mode 100644 index 8d2ba9aa2..000000000 --- a/blog/web/.htaccess +++ /dev/null @@ -1,11 +0,0 @@ - -# BEGIN WordPress -<IfModule mod_rewrite.c> -RewriteEngine On -RewriteBase / -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule . /index.php [L] -</IfModule> - -# END WordPress |