![]() |
Wordpress Permalinks
I used to permalink my posts in the settings as:
/%category%/%postname%/ However that's not working anymore, I get Not Found errors when posting an article. What's changed and what it is the correct syntax to use now for it to post under domain.com/cat/postname ???? |
this happens sometimes, and as long as your htaccess permissions are set right, to fix this all you do is set it back to the default permalink settings, submit... then you can go and set it the way you wanted and it should take. Not sure why this bug exists, I thought they fixed it.
hope that works for ya man |
CHMOD your htaccess to 777 then back to 644 after you're done
|
what he said. :)
|
Quote:
good advice |
Thanks guys! xoxo -Me
|
yeah, that syntax still works fine, just your .htaccess has issues
|
oooh I see where I need to add this maybe?
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> |
All times are GMT -7. The time now is 11:05 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123