PermaLinks — display problem
-
Hello: i’ve been trying to configure permalinks using
Date and name based
? https://www.mydomain.com/2006/09/20/sample-post/but struggled to get it to work. I coppied the following:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>into my .htaccess file, but it didn’t seem to work. every time i click on the link, the browser displays the correct URL in date format (ex: the URL shows https://www.mydomain.com/2006/09/20/hello-world/), but it does not display the content. here’s the message:
Not Found
The requested URL /2006/09/20/hello-world/ was not found on this server.what do i need to do to get it to work? please advise. thanks in advance for the insights.
- The topic ‘PermaLinks — display problem’ is closed to new replies.