When I changed the permalink structure to a customer structure on WordPress, it told me that my .htaccess was not writeable and that I needed to put in this bit of code
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /captainshplankykickassblog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /captainshplankykickassblog/index.php [L]
</IfModule>
and now I can't redirect from CPanel because, at is says:
Apache detected an error in the Rewrite config. Syntax error on line 8 of /home/captaindamnshplanky/public_html/.htaccess.6s2ru1fbPWlyLOFUzaaapzyuLbI6a6Yf:
RewriteCond without matching RewriteCond section
Please try again.
And you know what? I can't even find line 8 in my .htaccess file! I'm editing it from cpanel's file manager adn I can only see 7 lines--the ones I pasted above.
(I am not trying to redirect from the directory where WP is installed, btw.)
I've searched through the forums looking for an answer here, looking up "redirect help" and "redirect cpanel" and "redirect .htaccess" and I haven't found a solution. Am currently searching Google but havne't found an answer yet.
Have some boobs:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /captainshplankykickassblog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /captainshplankykickassblog/index.php [L]
</IfModule>
and now I can't redirect from CPanel because, at is says:
Apache detected an error in the Rewrite config. Syntax error on line 8 of /home/captaindamnshplanky/public_html/.htaccess.6s2ru1fbPWlyLOFUzaaapzyuLbI6a6Yf:
RewriteCond without matching RewriteCond section
Please try again.
And you know what? I can't even find line 8 in my .htaccess file! I'm editing it from cpanel's file manager adn I can only see 7 lines--the ones I pasted above.
(I am not trying to redirect from the directory where WP is installed, btw.)
I've searched through the forums looking for an answer here, looking up "redirect help" and "redirect cpanel" and "redirect .htaccess" and I haven't found a solution. Am currently searching Google but havne't found an answer yet.
Have some boobs:




