Closed blade-sensei closed 4 years ago
Go to htaccess file and change base and rule lines. an example
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
maybe htacess redirects to index.html and not your base url name like myblog/index.php or wordpress/index.php