Permalinks mallfunction.
-
Hello everyone!
Short Description of what happend:
About 2 months ago the server’s HDD got corrupted. As of now this issue is fixed by taking backups and reinstalling the whole server. However this caused serval issues. One of these issues where that I was unable to get the website’s content not working. The orgin of this issue was caused by the absence of the wordpress mysql database. This issue has been solved by restoring the old hdd instead of working from the backups that where made.
I’m planning to reinstalling the whole server once again. I’ve made backups using phpmyadmin and got backups of all mysql and wordpress files found in /var/lib/mysql/ & /var/www/html/
Now the actual issue:
The permalinks doesnt seems to work anymore. This also happends when I create a new page. Does any of you have a idea of what might solve this or where this issue lies?Like, where are the permalinks saved and processed? It might be a corrupt database which I like to fix before I reinstall the server.
Thanks in advance!
.htcaccess file:Options +FollowSymlinks
RewriteEngine on
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Permalink Settings:
Day and Name: https://www.craftrealms.org/2015/01/24/sample-post/
Update:
When I create a new page with the default permalink settings the permalink works. However, when I make a new page with the post name structure: ” https://www.craftrealms.org/sample-post/” It doesnt works.
- The topic ‘Permalinks mallfunction.’ is closed to new replies.