Status
Not open for further replies.
13 comments
you're missing the right .htaccess

when you change your seo-settings, wordpress will tell you that it probably can't write a htaccess-file.
so you have to manually create one.
wordpress will tell you what has to be written in it.

without knowing your settings,
i would try s.th. like this:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

if you have crated this file and it still won't work, check your apache if it has AllowOverride activated in apache-settings (httpd.conf/apache2.conf/virtualhost.conf according to your system)

also check if you have enabled mod_rewrite
 
Last edited:
do you use shared-hosting?
have you named it .htaccess ?
(beware of the . )

have you checked the location (like EW-Team suggested?)
 
you're not answering anything yet you expect help...
go to settings->permalinks and choose default. see if it's working now. Then switch back to custom. this should reset yout'r .htaccess automatically
 
so, your default permalinks are working, but custom no.
When did this start? Did u change anything?
Did u deactivate all plugins and themes?
 
Status
Not open for further replies.
Back
Top