Search:

Type: Posts; User: wysiwyg

Page 1 of 17 1 2 3 4

Search: Search took 0.12 seconds.

  1. Thread: $_FILE problem

    by wysiwyg
    Replies
    3
    Views
    2,251

    I know what that's like >_>

    I know what that's like >_>
  2. Thread: $_FILE problem

    by wysiwyg
    Replies
    3
    Views
    2,251

    You have "mane" instead of "name".

    You have "mane" instead of "name".
  3. Replies
    1
    Views
    2,260

    I think you mean you're unfamiliar with Perl.

    I think you mean you're unfamiliar with Perl.
  4. Replies
    4
    Views
    16,700

    Nothing on that page says it supports remote URLs...

    Nothing on that page says it supports remote URLs as a file path, which makes sense because files on other servers don't behave the same way as on your local filesystem.

    In fact there are multiple...
  5. Replies
    4
    Views
    1,598

    Well, what your htaccess file says is redirect...

    Well, what your htaccess file says is redirect everything that isn't default.html to default.html. It's just redirecting your image links to the html file.
  6. Replies
    8
    Views
    6,489

    http://www.bluehostforum.com/showthread.php?t=707

    http://www.bluehostforum.com/showthread.php?t=707
  7. Yeah, my bad, it should be...

    Yeah, my bad, it should be "!^www\.example\.com$".

    In regex the caret matches the start of a string and the dollar sign represents the end, without those anchors it will match the pattern anywhere...
  8. Under the addon domain, this would redirect any...

    Under the addon domain, this would redirect any request from "not" www.example.com to www.example.com, if that's what you're after. It's simpler than making a rule for every possible way someone...
  9. Replies
    8
    Views
    1,812

    I'm not familiar with boxtrapper, but generally...

    I'm not familiar with boxtrapper, but generally that regex would only match one lowercase character between a and z followed by any other character followed by cn.

    I would think it should be...
  10. Well, now you need to debug it until you find...

    Well, now you need to debug it until you find what the problem is.

    First, remove the conditionals. Every request should now be a 404, if it isn't then you know that the htaccess file is being...
  11. This will work, put it in the htaccess file for...

    This will work, put it in the htaccess file for the addon domain. If it doesn't, you have something else interfering.


    RewriteEngine On
    RewriteCond %{HTTP_HOST} ^(www\.)?example\.com$ [nc]...
  12. Replies
    24
    Views
    9,203

    That's a fairly large number of files. There are...

    That's a fairly large number of files. There are about 60,000 posts on this forum, even if each individual post were stored as a separate file, you would be using almost 3x as many as this website,...
  13. Your domain name points directly to public_html,...

    Your domain name points directly to public_html, so anything under that follows the same folder structure.

    There is not a file called "ballchase.jpg" under public_html. If there were, it would be...
  14. Replies
    17
    Views
    5,591

    Literal minded? Was this supposed to be a...

    Literal minded? Was this supposed to be a metaphor?


    If Matt Heaton shut down that building in Utah and moved into one in Las Vegas, how would bluehost be any different than it is now?



    The...
  15. Replies
    24
    Views
    9,203

    What format and resolution are these images in? ...

    What format and resolution are these images in?

    11gb is a lot of space. A reasonably sized jpeg is around 100-200kb (that's over 50,000 800x800 jpegs).
  16. Replies
    17
    Views
    5,591

    If you don't mind me asking, which...

    If you don't mind me asking, which non-governmental rules, in particular, does McDonalds enforce in their chinese establishments that they don't in other areas?

    That is what you're saying, right?...
  17. Replies
    17
    Views
    5,591

    Judging people based on their geographical...

    Judging people based on their geographical location is no different than judging them based on how they look.

    Aside from that, a business is very different than an individual.

    Are costumers at...
  18. I can't actually think of a situation where...

    I can't actually think of a situation where having a third party spoof your whois information would be better than simply putting false information in yourself.
  19. Replies
    5
    Views
    2,253

    isset returns true or false, I don't think either...

    isset returns true or false, I don't think either one of those is greater than 0.
  20. Replies
    8
    Views
    6,718

    It's a plugin.

    It's a plugin.
  21. Replies
    10
    Views
    2,836

    Do you want every request to any file redirect to...

    Do you want every request to any file redirect to that directory, because that is what your rule is saying.


    There are two because the server is appending a trailing slash since it's a directory.
  22. Replies
    10
    Views
    2,836

    Only internal redirects are server side. ...

    Only internal redirects are server side.

    What's in your htaccess file?
  23. Replies
    7
    Views
    1,818

    Not only that, but it confuses the hell out of...

    Not only that, but it confuses the hell out of people who don't already know that the main error log applies to everyone, and is next to useless for diagnosing problems.
  24. Replies
    7
    Views
    1,383

    Use the [ php ] tags. Anyway, the internal...

    Use the [ php ] tags.

    Anyway, the internal path is "/home/username/public_html/" etc.
  25. Replies
    3
    Views
    1,340

    In that case, take out \r.

    In that case, take out \r.
Results 1 to 25 of 410
Page 1 of 17 1 2 3 4