No, folder doesnt exist...but wouldnt the modrewrite take care of the redirect even if the folder is gone? Also, I did a lot of ip checking and 90% are just average joes. I find all of the errors...
For days I have been trying to figure this out but am stumped.
My error log is full of errors and when I visit my own page I don't see any errors visibly on the page but in the log `sometimes` will...
I was trying to make a custom CSS table to replace my older tables on my site as I feel it makes for easier reading and better control. The problem I am having now is that once I add a...
Atm I am using Hostgator as my webhost.
They give me one free private SSL which I took advantage of. But I could
only use it for: https://mysite.com instead of what i really want:...
I was wondering if it were possible to be able to only access a file when one of my pages requests it. So if I were to enter: "mysite.com/pic.png"
they would get an error message. But if in my...
My site will be holding member information such as username, pass, etc... but in addition to this, each member will have several items that he or she will have added/subtracted from their area...
Thanks for the replies. Neither of the suggested methods have accomplished more than the first; I also just tested in IE and neither the fade in/out work. Is there some other method I should be...
I tried searching around a bit but didn't see anything.
I am trying to list the tables that are in my database but I get the
error that mysql_list_tables($db); is deprecated.
what would take the...
right now I have a working image fade script (sorta).
The img opacity is at 1.0 and the incremental fade is basically
style.opacity -= 0.1
Which works great! but when I switch the opacity to 0.0...