override htaccess
-
Hello, i have some problems about my htaccess file
I have wordpress in the root and my htaccess file is in the root (as usual). I have mod_rewrite, mod_header values on htaccess. But today i looked at my htaccess and i saw just
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressI ask godaddy (my blog hosts there) and they said no we dont remove lines of your code, so im blaming wp and i dont know how to fix this problem.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘override htaccess’ is closed to new replies.