404 errors
-
Hi,
My current WP setup
PHP/MySQL version: 7.4
Theme used: Divi
Extensions in place:
Host name: o2switch
Website address: old.stoneleaf.fr
Problems encountered) :After a migration I manage to display my home page but for any other page I have a 404 error.
I regenerated the permalinks -> same problem
I changed the theme to Twenty Twenty Four -> same problem
I disabled all plugins -> same problem
Below is my .htaccess: Begin Really Simple SSL Redirect
RewriteEngine on RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L] End Really Simple SSL Redirect BEGINWordPress The directives (lines) between “BEGIN WordPress” and “END WordPress” are generated dynamically, and should only be modified via WordPress filters. Any changes to directives between these markers will be overridden.
RewriteEngine On RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] RewriteBase / RewriteRule ^index.php$ – [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule. /index.php [L] END WordPress
SetOutputFilter DEFLATE
AddOutputFilterByType DEFLATE “application/atom+xml” “application/javascript” “application/json” “application/ld+json” “application/manifest+json” “application/rdf+xml” “application/rss+xml” “application/ schema+json » « application/vnd.geo+json » « application/vnd.ms-fontobject » « application/x-font-ttf » « application/x-javascript » « application/x-web-app-manifest+json » “application/xhtml+xml” “application/xml” “font/eot” “font/opentype” “image/bmp” “image/svg+xml” “image/vnd.microsoft.icon” “image/x-icon » “text/cache-manifest” “text/css” “text/html” “text/javascript” “text/plain” “text/vcard” “text/vnd.rim.location.xloc” “text/vtt” “ text/x-component” “text/x-cross-domain-policy” “text/xml”The page I need help with: [log in to see the link]
The topic ‘404 errors’ is closed to new replies.