• Resolved hardy2408

    (@hardy2408)


    I’m lost in the mean time.

    My host is https://blog.gerhard-vogt.de/, wordpress is installed at
    /var/www/wordpress.
    The site URL is https://blog.gerhard-vogt.de
    the wordpress URL is https://blog.gerhard-vogt.de/wordpress

    I can access the admin page without problems.

    The .htaccess file looks like (if set to pretty URLs)

    # 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

    and it’s writable by wordpress.

    The apache mod_rewrite is enabled and working (I also swited on logging)
    79.241.93.135 - - [07/Feb/2016:21:50:57 +0100] [blog.gerhard-vogt.de/sid#2b96c7f0][rid#2b182058/initial] (2) init rewrite engine with requested uri /wordpress/wp-content/plugins/wordpress-seo/js/wp-seo-admin-global-302.min.js

    The apache vhosts file looks like

    <Directory /var/www/>
                    Options Indexes FollowSymLinks MultiViews
                    AllowOverride all
                    Order allow,deny
                    allow from all
            </Directory>
            <Directory /var/www/wordpress/>
                    Options Indexes FollowSymLinks MultiViews
                    AllowOverride all
                    Order allow,deny
                    allow from all
            </Directory>

    I’m always getting a 404 error:

    79.241.93.135 - - [07/Feb/2016:21:39:09 +0100] "GET /dubai-und-umland/ HTTP/1.1" 404 518 "https://blog.gerhard-vogt.de/" "Mozilla/5.0 (Windows NT 6.1; WO
    W64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.103 Safari/537.36"

    I also disabled all the plugins once without any success.

    Please help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to Settings > Permalinks.
    Check to see if your Permalink Structure is what you want.
    Click on “Save Changes”, wait a couple of seconds, then click on “Save Changes” again.
    Check to see if your pages show.

    Disable cache plugin before you make all above changes.

    Otherwise it will not reflect .

    Thread Starter hardy2408

    (@hardy2408)

    Thanks for the hints, guys.

    The problem is fixed now.
    I had a rewrite rule in the apache vhosts file, where the wordpress URL rewrite module got confused with.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalinks after upgrade from 3.6.2 to 4.4.2 no longer working’ is closed to new replies.