Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Hosting Horror...

Hosting Horror...

Scheduled Pinned Locked Moved The Lounge
helpquestionloungephphtml
5 Posts 5 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    Zafar Sultan
    wrote on last edited by
    #1

    I recently took service of a new provider for web hosting because the last provider was overcharging. I had to develop a small website in PHP. Since I did not want to change the page extension, I used .htaccess file to be able to use PHP code on my html pages. Everything was working fine on my local system. Mr. Zafar was very happy because first time he worked on PHP and everything was spot on. Now was the time to host the website on live server. The complete code was copied on the web server and the URL was accessed. The moment it was typed in the address bar and enter key was hit, boom...error 500 After a lot of code verification and testing, one more try and one more failure. I was in panic and contacted technical support. The support guy made me wait for a good hour and out of frustration I just uploaded a "We will be back" page and disconnected. Next day when I came back and tried to access the site, the home page was shown and there was PHP code smeared all over the page :wtf: I checked the directory and found that .htaccess file was renamed to .htaccess_back. I deleted it and reloaded a new .htaccess file and bang, again error 500. I deleted it and there was my website with crappy looking PHP code all over the page. I took down everything and left again with only "We will be back" page". After this I again contacted the technical support. This is the most important part. Kindly notice the responses of the guy :laugh: You are now chatting with "Support Guy" - General 19:42 Support Guy: Hello..! Welcome to our Online Live chat helpdesk), May I get your name and contact information in case we get disconnected? 19:42 Zafar Sultan: (I gave him my contact number) 19:44 Support Guy: How may i help you ? 19:45 Zafar Sultan: Why can't I use .htaccess file in my application? 19:46 Support Guy: What is your domain name? 19:46 Zafar Sultan: I hosted my website(the domain name) and it was giving error 500 19:46 Support Guy: please wait 19:47 Zafar Sultan: Some genius from your support staff renamed .htaccess file to .htaccess_back and the error was gone. 19:47 Zafar Sultan: But you know what? The whole site became crap. It still is. 19:48 Zafar Sultan: I recoded some part of it. But without using .htaccess file, I have to re-develop a whole lot bunch of php script. 19:48 Support Guy: Thanks for waiting 19:50 Zafar Sultan: And? 19:50 Support Guy: kindly consult with your developer regarding .htaccess file. It's coding issue. 19:51 Zafar Sultan: What issue? I am the develope

    L P G 3 Replies Last reply
    0
    • Z Zafar Sultan

      I recently took service of a new provider for web hosting because the last provider was overcharging. I had to develop a small website in PHP. Since I did not want to change the page extension, I used .htaccess file to be able to use PHP code on my html pages. Everything was working fine on my local system. Mr. Zafar was very happy because first time he worked on PHP and everything was spot on. Now was the time to host the website on live server. The complete code was copied on the web server and the URL was accessed. The moment it was typed in the address bar and enter key was hit, boom...error 500 After a lot of code verification and testing, one more try and one more failure. I was in panic and contacted technical support. The support guy made me wait for a good hour and out of frustration I just uploaded a "We will be back" page and disconnected. Next day when I came back and tried to access the site, the home page was shown and there was PHP code smeared all over the page :wtf: I checked the directory and found that .htaccess file was renamed to .htaccess_back. I deleted it and reloaded a new .htaccess file and bang, again error 500. I deleted it and there was my website with crappy looking PHP code all over the page. I took down everything and left again with only "We will be back" page". After this I again contacted the technical support. This is the most important part. Kindly notice the responses of the guy :laugh: You are now chatting with "Support Guy" - General 19:42 Support Guy: Hello..! Welcome to our Online Live chat helpdesk), May I get your name and contact information in case we get disconnected? 19:42 Zafar Sultan: (I gave him my contact number) 19:44 Support Guy: How may i help you ? 19:45 Zafar Sultan: Why can't I use .htaccess file in my application? 19:46 Support Guy: What is your domain name? 19:46 Zafar Sultan: I hosted my website(the domain name) and it was giving error 500 19:46 Support Guy: please wait 19:47 Zafar Sultan: Some genius from your support staff renamed .htaccess file to .htaccess_back and the error was gone. 19:47 Zafar Sultan: But you know what? The whole site became crap. It still is. 19:48 Zafar Sultan: I recoded some part of it. But without using .htaccess file, I have to re-develop a whole lot bunch of php script. 19:48 Support Guy: Thanks for waiting 19:50 Zafar Sultan: And? 19:50 Support Guy: kindly consult with your developer regarding .htaccess file. It's coding issue. 19:51 Zafar Sultan: What issue? I am the develope

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      EIG strikes again? Although it's not much consolation, this is not really the support guy's fault. He's probably under-qualified and overworked and gets harassed by both the management and clients.

      F 1 Reply Last reply
      0
      • L Lost User

        EIG strikes again? Although it's not much consolation, this is not really the support guy's fault. He's probably under-qualified and overworked and gets harassed by both the management and clients.

        F Offline
        F Offline
        F ES Sitecore
        wrote on last edited by
        #3

        Yes, the guy will have had 30 mins training on the basic questions that get most frequently asked and has a script to go through. Anything not on his questions he isn't going to know. In these cases you normally need to go through some kind of "escalation" to "second line support". In the OP's case, the most likely answer is that the hosting service simply doesn't support what he wants to do.

        1 Reply Last reply
        0
        • Z Zafar Sultan

          I recently took service of a new provider for web hosting because the last provider was overcharging. I had to develop a small website in PHP. Since I did not want to change the page extension, I used .htaccess file to be able to use PHP code on my html pages. Everything was working fine on my local system. Mr. Zafar was very happy because first time he worked on PHP and everything was spot on. Now was the time to host the website on live server. The complete code was copied on the web server and the URL was accessed. The moment it was typed in the address bar and enter key was hit, boom...error 500 After a lot of code verification and testing, one more try and one more failure. I was in panic and contacted technical support. The support guy made me wait for a good hour and out of frustration I just uploaded a "We will be back" page and disconnected. Next day when I came back and tried to access the site, the home page was shown and there was PHP code smeared all over the page :wtf: I checked the directory and found that .htaccess file was renamed to .htaccess_back. I deleted it and reloaded a new .htaccess file and bang, again error 500. I deleted it and there was my website with crappy looking PHP code all over the page. I took down everything and left again with only "We will be back" page". After this I again contacted the technical support. This is the most important part. Kindly notice the responses of the guy :laugh: You are now chatting with "Support Guy" - General 19:42 Support Guy: Hello..! Welcome to our Online Live chat helpdesk), May I get your name and contact information in case we get disconnected? 19:42 Zafar Sultan: (I gave him my contact number) 19:44 Support Guy: How may i help you ? 19:45 Zafar Sultan: Why can't I use .htaccess file in my application? 19:46 Support Guy: What is your domain name? 19:46 Zafar Sultan: I hosted my website(the domain name) and it was giving error 500 19:46 Support Guy: please wait 19:47 Zafar Sultan: Some genius from your support staff renamed .htaccess file to .htaccess_back and the error was gone. 19:47 Zafar Sultan: But you know what? The whole site became crap. It still is. 19:48 Zafar Sultan: I recoded some part of it. But without using .htaccess file, I have to re-develop a whole lot bunch of php script. 19:48 Support Guy: Thanks for waiting 19:50 Zafar Sultan: And? 19:50 Support Guy: kindly consult with your developer regarding .htaccess file. It's coding issue. 19:51 Zafar Sultan: What issue? I am the develope

          P Offline
          P Offline
          phil o
          wrote on last edited by
          #4

          Did you try to turn it off and on again? :p

          I never finish anyth

          1 Reply Last reply
          0
          • Z Zafar Sultan

            I recently took service of a new provider for web hosting because the last provider was overcharging. I had to develop a small website in PHP. Since I did not want to change the page extension, I used .htaccess file to be able to use PHP code on my html pages. Everything was working fine on my local system. Mr. Zafar was very happy because first time he worked on PHP and everything was spot on. Now was the time to host the website on live server. The complete code was copied on the web server and the URL was accessed. The moment it was typed in the address bar and enter key was hit, boom...error 500 After a lot of code verification and testing, one more try and one more failure. I was in panic and contacted technical support. The support guy made me wait for a good hour and out of frustration I just uploaded a "We will be back" page and disconnected. Next day when I came back and tried to access the site, the home page was shown and there was PHP code smeared all over the page :wtf: I checked the directory and found that .htaccess file was renamed to .htaccess_back. I deleted it and reloaded a new .htaccess file and bang, again error 500. I deleted it and there was my website with crappy looking PHP code all over the page. I took down everything and left again with only "We will be back" page". After this I again contacted the technical support. This is the most important part. Kindly notice the responses of the guy :laugh: You are now chatting with "Support Guy" - General 19:42 Support Guy: Hello..! Welcome to our Online Live chat helpdesk), May I get your name and contact information in case we get disconnected? 19:42 Zafar Sultan: (I gave him my contact number) 19:44 Support Guy: How may i help you ? 19:45 Zafar Sultan: Why can't I use .htaccess file in my application? 19:46 Support Guy: What is your domain name? 19:46 Zafar Sultan: I hosted my website(the domain name) and it was giving error 500 19:46 Support Guy: please wait 19:47 Zafar Sultan: Some genius from your support staff renamed .htaccess file to .htaccess_back and the error was gone. 19:47 Zafar Sultan: But you know what? The whole site became crap. It still is. 19:48 Zafar Sultan: I recoded some part of it. But without using .htaccess file, I have to re-develop a whole lot bunch of php script. 19:48 Support Guy: Thanks for waiting 19:50 Zafar Sultan: And? 19:50 Support Guy: kindly consult with your developer regarding .htaccess file. It's coding issue. 19:51 Zafar Sultan: What issue? I am the develope

            G Offline
            G Offline
            GenJerDan
            wrote on last edited by
            #5

            They don't actually have the PHP module installed/enabled, do they...

            We won't sit down. We won't shut up. We won't go quietly away. YouTube and My Mu[sic], Films and Windows Programs, etc.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups