• Hi
    I get redirect loop on WordPress sub-domain install and it doesn’t go to the step 2 of the installation process.
    It makes wp-config file but no htaccess I made the htaccess manually but it gives 403 error.

    Why I get it?
    How to solve it?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    403 forbidden means that your browser isn’t able to load the scripts up because your server isn’t allowing it. This is a hard one to solve. Because anything could be blocking the server:
    – Most likely this is a server permissions/ownership issue, so ask your host what’s going on
    – check your .htaccess files for anything strange.
    – make sure your server settings are not overriding the .htaccess file
    – try a full Manual Upgrade, to make sure all the WordPress files are there and correct..
    – Make sure to backup everything (including database) before doing any action, in case.

    Useful codex: https://codex.www.ads-software.com/Function_Reference/is_subdomain_install https://codex.www.ads-software.com/Before_You_Create_A_Network

    • This reply was modified 6 years, 9 months ago by t-p.

    Quite often the 403 error could be caused by a corrupt .htaccess file, or it could be related to wrong file permissions. Try removing the .htaccess file you created.

    About the redirect loop, check your web server log files for more information about the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect Loop on WordPress Install’ is closed to new replies.