twistedtwig
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Permalink does not work apart from default.Clayton, your brilliant!!!
AllowOverride All = The answer!!!
Thank you for all your help guys.
Forum: Fixing WordPress
In reply to: Permalink does not work apart from default.Hi Clayton,
Thanks for the reply. If I 644 the file I do get that error. If it is 777 it says it is saved. Even if it is 777 and I try and view the site (used CTRL + F5) I still get the server error.
Forum: Fixing WordPress
In reply to: Permalink does not work apart from default.I just saw another post about permalinks that was saying their .htaccess file was not being updated. So I thought I would check if mine was.
When I first looked at it it was blank (apart from two comments, begin and end). I changed the links to:
/%year%/%monthnum%/%day%/%postname%/
and I get the 404
Not Found
The requested URL /2008/05/25/blog-site-released/ was not found on this server.
Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3 mod_perl/2.0.2 Perl/v5.8.8 Server at csjblog.houseofhawkins.com Port 80When I look at the .htaccess file now it has more in it:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressSo I am confused again now 🙁