Besides the home my complete main menu are no longer displayed and I get the message
“Not Found
The requested URL /services/ was not found on this server.”
Before I have changed the permalinks in the Settings but can this be the reason for it?
Regards,
Nic
Hey Nicoletta_DUS!
Your site is asking for a password.
Best regards,
Elliott
In the private Content …
May I remind you to answer my post? It is really urgent and I would be very grateful if you could look at my website what’s going wrong …
We need an access for this first.
I wrote it already. In the private data …
When the permalinks are not “basic” but for example “postname” then the links of the navigation does not work. Crazy, isn’t it?
Try doing this – http://screencast.com/t/baeqZWV85
Best regards,
Josue
Okay, thanks. Do you maybe have the code digital – not as a screenshot? And at which position in the htaccess do I have to integrate it? And do you know why it is not rewritable? Was the installation maybe wrong?
Best regards,
Nic
Place it at the start:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
I guess the file was not writable by WordPress because it didn’t have the right permissions (755).