Permalinks after upgrade from 3.6.2 to 4.4.2 no longer working
-
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/wordpressI 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!
- The topic ‘Permalinks after upgrade from 3.6.2 to 4.4.2 no longer working’ is closed to new replies.