Community

404 error after updating cyberpanel 2.1

NK
Nitesh Kunnath #2

Please check if there is .htaccess file present. If not, then create one and add the default wordpress codes inside htaccess file.

# BEGIN WordPress

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

Sign in to reply