Search results

  1. O

    PHP mail() function not working

    I made a page with a contact form that posts to a file containing this code: mail( "whatever@wherever.com", $subject, $message, "From: $email" ); I have my own email address in the whatever@wherever part and the other variables are filled in correctly. It works when I test it locally but it...
  2. O

    When I remove a line from my htaccess file it's still in effect

    It's not even related to the browser - I checked the page in IE and it was doing the same thing even though I hadn't used IE at all since before I added the htaccess file in the first place (so it couldn't have been cached). Maybe it's just a mystery, or maybe it's just because I really don't...
  3. O

    When I remove a line from my htaccess file it's still in effect

    OK, I was wrong - this problem is happening again. I physically removed the htaccess file from the folder and it's still acting like it's there. The mod rewrite rules I wrote in it are still being processed, even though there's no htaccess file there. Has it been cached or something? How can I...
  4. O

    Could not find the database server!

    What status site did you look at? All the status sites I looked at say something different.
  5. O

    Lotus.x10 problem?

    If the stats don't work then how are we supposed to know when things are down vs. when our scripts are just wrong? :rant2:
  6. O

    When I remove a line from my htaccess file it's still in effect

    I'm not sure if that's what it was. It was working fine for a while, then this problem suddenly appeared where it didn't seem to be updating anymore when I changed something and reloaded the page. After a while, when I coudln't find an answer anywhere, I looked at the file in windows explorer...
  7. O

    When I remove a line from my htaccess file it's still in effect

    I'm testing using mod rewrite on my computer. When I add a rewrite rule to the htaccess file it goes into effect immediately (without even restarting Apache), but when I remove a line it still acts as if the line were there. For example, I created a rule to change requests for .htm to .php and...
  8. O

    Are we able to use mod rewrite with free hosting?

    Can we use mod rewrite in .htaccess files if we have free hosting?
  9. O

    Lotus.x10 problem?

    As of right now everything is up except http.
  10. O

    Counters and PHP Pages

    How do page views and statistics in cPanel (like awstats) work with php pages? When the php file is accessed, does it log the same information it would with an html file? If I change my site over to php pages, will I still be able to view the same statistics?
  11. O

    Does testing a website through localhost use up bandwidth?

    Oh I didn't even think of that :laugh: Now I can reload 700 times to check something without feeling guilty. :biggrin: Thanks to everyone for not making me feel like a moron for asking a noobish question like this.
  12. O

    Support ticket closed without a response

    Thanks Corey. I know you all are busy right now, I just wasn't sure if keeping the ticket open like that was the correct thing to do.
  13. O

    Does testing a website through localhost use up bandwidth?

    Thanks everybody! I did notice when the modem was turned off I could still access localhost but I wanted to double check that it wasn't going through the modem when it was on.
  14. O

    Support ticket closed without a response

    Does anyone know?
  15. O

    Does testing a website through localhost use up bandwidth?

    I have apache on my computer to test websites. When I access something through localhost, does it use up bandwidth from the ISP, or does it not even go through my ISP at all?
  16. O

    Support ticket closed without a response

    I created a support ticket for a problem I'm having. It was apparently moved to level 2 support, but it never received any response and then was closed because I hadn't responded to it in 72 hours. Are you supposed to keep responding to a ticket until someone answers it even if the situation...
  17. O

    What is level 2 support?

    Oh, I had assumed level 2 support was lower priority than a support ticket.
  18. O

    What is level 2 support?

    What does it mean when you submit a support ticket and then it says "moved to level 2 support"?
  19. O

    My freeware apps!

    The layout of your site is really nice. It's simple and professional-looking and the brightness and openness make it very easy and pleasant to look at. The only layout thing I noticed is on the products page, the descriptions need more vertical space between them. At first it looks like one...
  20. O

    Parsing html files for php - .htaccess?

    How do you set it up so that html files are parsed for php? I created an .htaccess file in one of my directories and put "AddType application/x-httpd-php .html" in it, but now when I try to view .html files in that directory instead of loading the page in the browser it prompts me to download...
Top