Can't login to new website

Permalink
I've tried to login into my website but I'm not able to gain access to the working side of the site and the instructions provided on this website don't work, as described here:http://www.company.com/login orhttp://www.company.com/index/login...

I'm not a developer so I'm really struggling with this simple task that should be obvious to complete.

 
JohntheFish replied on at Permalink Reply
JohntheFish
Check you can get to the login page at

http://www.copanyname.com/index.php/login...

(note: index.php, not /index/ )
Granular replied on at Permalink Reply
I've tried the steps you mention and they don't work. So far, I'm not impressed with this platform.
JohntheFish replied on at Permalink Reply
JohntheFish
Are you seeing a page with a login dialog?
If not, what are you seeing?
Granular replied on at Permalink Reply 1 Attachment
I see the attached error page.
Granular replied on at Permalink Reply
JohntheFish replied on at Permalink Reply
JohntheFish
That's a problem with your hosting or web server. Its not getting routed as far as concrete5.

To test, put a file called hello.html in the directory where concrete5 is installed with something like:
<HTML>
   <HEAD>
      <TITLE>
         A Small Hello 
      </TITLE>
   </HEAD>
<BODY>
   <H1>Hi</H1>
   <P>This is very minimal "hello world" HTML document.</P> 
</BODY>
</HTML>


That is a plain html document, so won't involve concrete5 at all.

You should be able to see it at
http://www.granularcreative.com/hello.html...
JohntheFish replied on at Permalink Reply
JohntheFish
If you can't see 'hello...' etc., then you need to configure your host and domain.

If you can see 'hello...', then you need to check concrete5 is in the same directory as hello.html and unzipped with php enabled.