Talk:.htaccess

From Wikipedia, the free encyclopedia

Articles for deletion This article was nominated for deletion on 17 January 2007. The result of the discussion was redirect until it's cleaned up.

Someone please fix the spanish in this article... +sj + 07:23, 22 Apr 2005 (UTC)


Contents

[edit] Deny users by Country

Is that possible modify the htaccess file to deny by country? --Saphire diablo 10:32, 30 April 2006 (UTC)

Sure. You can block domains, for instant. You can also deny access to certain IP ranges (you'd have to find them on the web). However, what's the point?
1. It can be easily overridden by an anonymous proxy (lock them if you can).
2. Domains are registered in one country, but administered worldwide. It's possible that some people are in a global TLD, or in another country's (Tuvalu is popular, as is Armenia, or FS of Micronesia).
3. IP ranges are in a complete disarray now. You can't reliably predict the location of the ip address. Even if you can, the reported IP is frequently something completely diferent from the actual IP.
4. Even if you account for all the above, the user will find a way to access your data if it's really that important.
BTW, what data can be so important as to block users from a certain country from accessing it? And what country is it???
I'd assume it'd be for political rather than security purposes... - furrykef (Talk at me) 04:45, 15 August 2006 (UTC)

[edit] Space in url

Can spaces be used in the url for redirection e.g. RedirectPermanent /old%20one.html http://www.wiki.co.nz/new.html this does not seem to work for me, I get a 404 Onco_p53 11:34, 24 July 2006 (UTC)

404 is a client error. It might be possible that the browser is interpreting the %20 wrong and doesn't change it into a space, but expects actually spelled out "%20" in the address. Have you tried quoting the addresses?
RedirectPermanent "/old%20one.html" "http://www.wiki.co.nz/new.html"

[edit] HTTP_HOST .htaccess example

The example given for HTTP_HOST does not actually work in .htaccess files, at least with the popular Apache 1.3 server. Does it work with 2.x?

Ok the HTTP_HOST example is fixed.. —The preceding unsigned comment was added by Produke (talkcontribs).

[edit] Password protection

AuthGroupFile /dev/null

Is not absolutely necessary, I suggest removing. —The preceding unsigned comment was added by Bah23 (talkcontribs) 12:19, 22 January 2007 (UTC).

[edit] Password protection - htpasswd command

htpasswd /home/newuser/www/stash/.htpasswd newuser

I believe you need -c?? —The preceding unsigned comment was added by Bah23 (talkcontribs) 12:19, 22 January 2007 (UTC).

Sorry for not signing! I'm new.--Bah23 12:21, 22 January 2007 (UTC)
I know this is the wrong place to post this... but is there a way to autosign? —The preceding unsigned comment was added by Bah23 (talkcontribs) 12:23, 22 January 2007 (UTC).
Just type ~~~~ after your message – Qxz 02:13, 23 January 2007 (UTC)