Permalinks Problem
-
I cannot get permalinks working.
I updated to WP_2.1.3
When I remove */%year%/%monthnum%/%day%/%postname%/* from the .htacces file all is well – put get ugly permalinks. However when it is included in .htaccess I get error messages:
“Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Web Server at visionsofhome.org”This is my .htaccess file:
errordocument 404 https://visionsofhome.org
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php
</IfModule>/%year%/%monthnum%/%day%/%postname%/
- The topic ‘Permalinks Problem’ is closed to new replies.