ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

htaccess corruption!



Typhoon

Gangsta
ClioSport Moderator
  TT
I had a word document open with;
Code:
php_value upload_max_filesize 20M
php_value post_max_size 20M
php_value max_execution_time 200
php_value max_input_time 200

This specifies an upload file limit.

I also had htaccess open as I was modifying my 404 handler.

My d*ckhead of a brother thought it would be funny to paste that in to htaccess and save it.

Now any part of my site is telling me the server is not responding - what's the fix for his idiocy?

I can't get back in to cPanel to edit this out of htaccess or roll back the server a bit.

Cheers
 

Typhoon

Gangsta
ClioSport Moderator
  TT
The server is still accepting connections however;

Code:
-- PING ****.co.uk (198.50.139.72) 56(84) bytes of data. ---
64 bytes from 198.50.139.72: icmp_seq=1 ttl=53 time=99.3 ms
64 bytes from 198.50.139.72: icmp_seq=2 ttl=53 time=99.2 ms
64 bytes from 198.50.139.72: icmp_seq=3 ttl=53 time=99.2 ms
64 bytes from 198.50.139.72: icmp_seq=4 ttl=53 time=99.1 ms


--- ****.co.uk ping statistics ---
packets transmitted 4
received 4
packet loss 0 %
time 3004 ms


--- Round Trip Time (rtt) ---
min 99.194 ms
avg 99.259 ms
max 99.306 ms
mdev 0.388 ms
 
Ping will work as it's a different port used, web is port 80 (http) traditionally. Can you not restart your web services? Who is it with? If you can't get to cPanel, sounds like a support ticket to remove the htaccess for you.
 

Typhoon

Gangsta
ClioSport Moderator
  TT
Ping will work as it's a different port used, web is port 80 (http) traditionally. Can you not restart your web services? Who is it with? If you can't get to cPanel, sounds like a support ticket to remove the htaccess for you.
For some reason, my hosts website is throwing back the same error :/ Was literally as my brother saved htaccess.
 

Typhoon

Gangsta
ClioSport Moderator
  TT
Strange that you can't get to cpanel though, would assume your host is down.
It's got to be some extreme coincidence that as soon as my nob 'ed brother edited my htaccess the whole things gone caput, including the hosts website.

At least now I'm getting timed out errors and not an unresponsive server. Hmm.
 

adamlstr

ClioSport Club Member
It's got to be some extreme coincidence that as soon as my nob 'ed brother edited my htaccess the whole things gone caput, including the hosts website.

At least now I'm getting timed out errors and not an unresponsive server. Hmm.

I'd say so. Are you dedicated server, or part of a shared service?

Your syntax looks fine, and with an htaccess errror you'd only get a server 500 error, not a timeout.
 

Typhoon

Gangsta
ClioSport Moderator
  TT
I'd say so. Are you dedicated server, or part of a shared service?

Your syntax looks fine, and with an htaccess errror you'd only get a server 500 error, not a timeout.
Dedi mate. Yeah, I thought it'd be a 500 but wasn't too sure. Fingers crossed everything gets resolved then!
 

Typhoon

Gangsta
ClioSport Moderator
  TT
Host outage is very rare though, can you resolve/ping your NS?
Code:
Ping 198.50.139.72
[ns1.nubdesign.com]
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 37 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms

Average time over 10 pings: 34.45 ms

Oui.
 

adamlstr

ClioSport Club Member
Code:
Ping 198.50.139.72
[ns1.nubdesign.com]
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 37 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms
Round trip time to 198.50.139.72: 38 ms

Average time over 10 pings: 34.45 ms

Oui.
Weird. Lol.
 

Typhoon

Gangsta
ClioSport Moderator
  TT
It is very strange..

Trying to download the headers for my site and the server isn't found. Hmm.
 


Top