Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #573558

    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

    #574272

    Hey Nicoletta_DUS!

    Your site is asking for a password.

    Best regards,
    Elliott

    #574418

    In the private Content …

    #574549

    .

    #574705
    #575052

    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 …

    #575148

    We need an access for this first.

    #575150

    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?

    #575151

    Try doing this – http://screencast.com/t/baeqZWV85

    Best regards,
    Josue

    #575154

    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

    #575156

    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).

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.