.htaccess is writeable; but Permalink not working; blog in subdomain
-
Hi,
I’ve been working on my blog for 2 weeks and I can’t find any solutions.
I’ve uploaded my .htaccess file to my blog directory and I can edit and save changes to it from the WP control panel, so i guess it’s been set to enable WP to re-write to this file.
After I’ve changed my permalink option to Date and Name based, it shows a message that my permalink structure has been updated. I checked my .htaccess file and it shows the codes as per followed:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
But I still can’t access my blog posts from my browser, not even the homepage https://4life.cheanu.com (I can browse https://4life.cheanu.com/index.php instead, if I type in the full URL in my browser). I can’t browse to my other posts too.
Please help.
PS: I’m using WP 2.3
Thanks!
- The topic ‘.htaccess is writeable; but Permalink not working; blog in subdomain’ is closed to new replies.