• Resolved piazawa

    (@piazawa)


    My website worked fine with permalinking to post names. Suddenly I got a 404, and alle my pages disappeared. After som troubleshooting I found out it was a permalink problem. Just before the problem started I did two things:

    I installed the Promotion Slider plugin
    I edited the permalink name on one of the pages

    I tried to deactivate the plugin. No effect, the problem is still there. I then tried to remove and delete the edited page. Still no effect.

    The only permalink I can use now, is the standard. I want the pagenames to be visible. What can I do?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Site URL?

    Matthias Goerigk [ redacted, support is offered via the forum and not email ]

    12:50 (vor 11 Minuten)

    an Bcc-Empf?nger
    Zugriff verweigert!

    Der Zugriff auf das angeforderte Objekt ist nicht m?glich. Entweder kann es vom Server nicht gelesen werden oder es ist zugriffsgeschützt.

    Sofern Sie dies für eine Fehlfunktion des Servers halten, informieren Sie bitte den Webmaster hierüber.
    Error 403
    https://www.ts-kostenlos.de

    Sat Oct 13 12:44:24 2012
    Apache/2.2.8 (Linux/SUSE)

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    @matthias.goerigk Please start your own topic. Also, these are English language forums.

    piazawa, When you reset your permalinks do the post URLs still work?

    https://your-wordpress-URL-here/wp-admin/options-permalink.php

    Check your .htaccess file for any additions that may be interfering with those page URLs.

    Thread Starter piazawa

    (@piazawa)

    Thanks: What do I look for in the .htaccess file?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Any extra rewrite rules.

    The stock WordPress .htaccess file looks similar to this:

    # 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

    See if there is any rules above that in your copy that may be interfering with the WordPress rules.

    Thread Starter piazawa

    (@piazawa)

    My .htaccess look like this:
    # BEGIN WordPress

    # END WordPress

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Can you set the permalinks to what you want them to be? Also a link to your site would not hurt. ??

    Once you’ve set the permalinks as you want them then the .htaccess file should be populated.

    Thread Starter piazawa

    (@piazawa)

    Now it look like this:

    # 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

    This is a website I’m working on for a customer. It’s not ready yet, and I don’t want to publish it yet. It’s in maintenance mode

    Thread Starter piazawa

    (@piazawa)

    I solved the problem. Plugin related.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘404 and permalink problem’ is closed to new replies.