0

I have installed WampServer in Windows machine. WampServer services (PHP, Apache and MySQL) started successfully. When I am trying to access public folder (http://localhost:8080/CraftCMS/public/) from CMS project through web it is showing an error:

Our site is temporarily unavailable. Please try again later.

1 Answer 1

1

The contents of the "public" folder are supposed to be in your web root. So you're probably better off with a separate virtual host instead of accessing your Craft site in a sub folder for that reason. You can also move the contents of the public folder to the web root for localhost. Just change the path to the craft folder in index.php in that case.

I created an instruction on how to install Craft's demo site on Wampserver some time ago. Although that's not exactly the same as installing Craft, you should be good to go after following "WampServer setup" and "Virtual host setup".

If you're still having trouble after that, then it's probably worth taking a look in either the server logs or the logs at craft/storage/runtime/logs to see what's wrong.

1
  • I am able to access CraftCNS project which I have created in wamp/www, but when I am trying to access public I got this exception in craft.log file '2016/01/27 13:38:22 [error] [exception.Craft\HttpException.503] exception 'Craft\HttpException' in D:\wamp\www\CraftCMS\craft\app\etc\web\WebApp.php:794' Commented Jan 27, 2016 at 13:41

Not the answer you're looking for? Browse other questions tagged or ask your own question.