I know what that's like >_>
Type: Posts; User: wysiwyg
I know what that's like >_>
You have "mane" instead of "name".
I think you mean you're unfamiliar with Perl.
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...
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.
http://www.bluehostforum.com/showthread.php?t=707
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...
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...
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...
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...
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]...
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,...
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...
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...
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).
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?...
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...
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.
isset returns true or false, I don't think either one of those is greater than 0.
It's a plugin.
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.
Only internal redirects are server side.
What's in your htaccess file?
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.
Use the [ php ] tags.
Anyway, the internal path is "/home/username/public_html/" etc.
In that case, take out \r.