• Resolved Democrite

    (@democrite)


    Hi all,

    Installing WP went smoothly, I can access the dashboard, choose a theme, but I can’t visualize the site. It brings me to “This site is under maintenance”…

    http://psychometrie.espaceweb.usherbrooke.ca/

    – No plugins are activated
    – Third party cookie are activated on the browser

    What can be the problem ?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look for a .maintenance file at the root of your WordPress install. Delete that and you should be good to go.

    Thread Starter Democrite

    (@democrite)

    Hey,

    I read a bit and this solution worked fine. I added these lines in the .htaccess. WP Install is on root.

    Options +FollowSymlinks
    RewriteEngine On
    RewriteRule ^$ /wordpress/ [R]
    RewriteRule ^/index.html$ /wordpress/
    RewriteRule ^/(.*)$ /wordpress/$1

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dashboard ok, can't view site (Site on maintenance)’ is closed to new replies.