Changes to Permalink broke site
-
Good day everyone,
My original permalink structure shows /samplepost.html/. When I changed it to show just /samplepost/ it worked fine. But now I want the permalink structure on my domain to revert back to /samplepost.html/ and it is not working. The .php files and .html files are showing 404 page error.
I cannot change the permalink structure at the back-end in WordPress @ domain.com/wp-admin/options-permalink.php it throws a link you followed has expired error.
Please am I missing anything. The ht.access file shows
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule .
- The topic ‘Changes to Permalink broke site’ is closed to new replies.