Permalinks does not work with Projects
-
Hello,
I have a problem with my website www.erre-erre.com
My permalinks inside "Poyectos" don't work unless I choose simple permalinks on wordpress' settings. If I change them to "/%category%/%postname%/" or whatever the project page can not be found. Do you know why? Thank you so much.
-
hey!
when changing the permalinks on the permalinks settings page, is there any error message that is saying that the .htaccess file cannot be changed?
I just checked on my lay theme installation and it did work for me using a permalink structure of "/%category%/%postname%/"
Maybe this is a wordpress or server issue?
Maybe you can find a solution on google:
https://www.google.com/search?q=post+cannot+be+found+after+changing+permalink+structure+wordpress&oq=post+cannot+be+found+after+changing+permalink+structure+wordpress&aqs=chrome..69i57.13086j1j4&sourceid=chrome&ie=UTF-8 -
Hi Armin, thank you for answering that fast. The thing is that I've already built another website the same way with "/%category%/%postname%/" and the same server and it worked fine. I've also tried to change .htaccess file but the problem persists.
Anything else I could try? Thank you very much.
-
Hi Armin! I think I've solved it, it was something about refreshing the server and .htaccess
For anyone interested I wrote down this inside .htaccess file:
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
Before you post:
- When using a WordPress Cache plugin, disable it or clear your cache.
- Update Lay Theme and all Lay Theme Addons
- Disable all Plugins
- Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code", click "Save Changes"
This often solves issues you might run into
When you post:
- Post a link to where the problem is
- Does the problem happen on Chrome, Firefox, Safari or iPhone or Android?
- If the problem is difficult to explain, post screenshots / link to a video to explain it