Hi Support,
My Pro theme stops working when I set permalinks to Post Name.
I have seen a number of posts on the forum and followed the various suggestions without success.
When the permalinks is set to Plain everything works, but setting to Post Name it doesn’t.
When permalinks is set to Plain the working link to editing Headers is;
https://hyphabit.io/?cs-launch=1&cs_route=headers
When set to Post Name the broken link to editing Headers is;
https://domain.com/pro/#/headers
- Apache is on version 2.4.41 under Linux
-
mod_rewriteis enabled - the
.htaccessfile is empty when permalinks is Plain and as follows when Post Name;
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Thanks!