4.1 Upgrade & 404 errors
-
Hi
I’ve updated wordpress from 3.9.3 to 4.1.1. I’ve also updated the download manager plug-in from 2.6.4 to 2.7.88.
I’m getting a 404 error when I try and access the content created under the download manger plug-in. My Permalinks is set to “Post Name”.
I’ve updated my .htaccess file to have the following:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>in the folders:
wwwroot\wp-content\uploads\download-manager-files\.htaccess
wwwroot\wp-content\plugins\download-manager\files\.htaccessIf I switch the Permalinks to default, I can view the content. I need to keep Premalinks at Post Name.
Can anyone suggest any solution? I’ve also switched to default and purged the cache but that hasn’t worked.
Regards
Michael.
- The topic ‘4.1 Upgrade & 404 errors’ is closed to new replies.