No website
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- No website
No website
07-01-2016 3:18 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
It can't be that difficult. Its a PHP site.
I get to the a page if i type in www.site.co.uk/file.html but not if i type in www.site.co.uk or www.site.co.uk/index.php.
Surely this looks like php not working and should be easy to fix.
Perhaps someone can give me hope.
B
Re: No website
07-01-2016 3:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
~$ curl www.[REDACTED].co.uk
<html><head><title>Request Rejected</title></head><body>The requested URL was rejected. If you think this is an error, please contact the webmaster. <br><br>Your support ID is: 553460747172982783</body></html>
I'll raise a ticket with our hosting suppliers.
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: No website
07-01-2016 3:50 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I did raise a ticket with Plusnet support but nothing much has been done as far as I can see.
Re: No website
07-01-2016 5:21 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
~$ curl -H "User-Agent: Firefox/40.0" -H "Accept: */*" www.[REDACTED].co.uk
Trying that with another CGI-hosted website, I get the expected result:
~$ curl -H "User-Agent: Firefox/40.0" -H "Accept: */*" [REDACTED].net
<html>
<head>
<title>Yay!</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div align="center">
<p> </p>
<p> </p>
<p> </p>
<p><img src="win.gif">
</p>
</div>
--8<--snip--8<--
We'll see what our suppliers make of it...
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Re: No website
10-01-2016 10:27 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
However the same CMS is working for me on other website . I downloaded the whole site and it works ok locally..
If a simple file like phpinfo.php doesn't work then surely it's not my CMS
Re: No website
10-01-2016 11:25 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Does your site use PHP sessions? I suspect there might be problems with these.
David
Re: No website
10-01-2016 7:21 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
How do I tell?
Re: No website
10-01-2016 9:17 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
David
Re: No website
11-01-2016 9:56 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page