|
|
|
||||
|
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() |
|
|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
|
Thread Tools |
|
|
#1 |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
.htaccess on Linux with CPANEL & WHM
Why are all our .htaccess files ignored on this system? What could cause the problem and where can I fix it?
|
|
|
|
|
|
#2 |
|
So Fucking Banned
Join Date: Jun 2003
Posts: 53
|
suck a cock
|
|
|
|
|
|
#3 |
|
Confirmed User
Join Date: May 2003
Posts: 578
|
we have a few servers with cpanel - and .htaccess is working just fine on them...
You can try to ask on Rackshack's cpanel forums: http://forum.rackshack.net/forumdisp...?s=&forumid=44 they will help you out - normally quite fast (even if you are not a RS client)
__________________
ICQ: 4646141 |
|
|
|
|
|
#4 |
|
Confirmed User
Join Date: Mar 2002
Location: Ft Worth TX
Posts: 291
|
http://forum.rackshack.net <-- has the answers and alot of brilliant, howto's !
__________________
Loved By Some, Hated By Most.... <a href="http://www.unclejimsporn.com">http://www.unclejimsporn.com</a> <a href="http://www.cousindirty.com">http://www.cousindirty.com</a> <a href="http://www.drunkspringbreakchics.com">http://www.drunkspringbreakchics.com</a> |
|
|
|
|
|
#5 |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Are there no Linux gurus here?
Thanks Lill2rich4u2 .... Very mature verbal masturbation...! |
|
|
|
|
|
#6 | |
|
So Fucking Banned
Join Date: Jun 2003
Posts: 53
|
Quote:
|
|
|
|
|
|
|
#7 |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Thanks Bucho and easyjesus ... I Should have used that in the first place. Didn't think about at the time. Thanks a lot though and a very good and prosporus week-end.
|
|
|
|
|
|
#8 |
|
So Fucking Banned
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
|
Sandra,
Go into cpanel and hit the hotlink protection button if you want to add any domains. You can also add stuff manually to the .htaccess file in your root post what you have so I can see |
|
|
|
|
|
#9 | |
|
Confirmed User
Join Date: May 2003
Posts: 578
|
Quote:
__________________
ICQ: 4646141 |
|
|
|
|
|
|
#10 |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Okey ... I'll try to describe the problem.
We have moved our sites from one server to a new server. Let's say that we have this structure. /public_html/members/.htaccess Which says where to fetch the .htpasswd file. The problem is that the the folder just stays open! Could the problem be found in the httpd.conf for Apache or is it more simple. |
|
|
|
|
|
#11 | |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Quote:
RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://worldpeace.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.worldpeace.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://xxx.xxx.xxx.xx/.*$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ http://www.worldpeace.com [R,NC] |
|
|
|
|
|
|
#12 |
|
Confirmed User
Join Date: Feb 2003
Posts: 1,020
|
It .htaccess working on the server at all? or just not working for you in this one directory?
First thing you should do is check your apache configurations and make sure directories are set to allow overrides. If that option is not turned on, apache will only follow directives in the main config file and will ignore and .htaccess files. |
|
|
|
|
|
#13 |
|
Confirmed User
Join Date: Feb 2002
Location: Free Speech Land
Posts: 9,484
|
![]() |
|
|
|
|
|
#14 |
|
Registered User
Join Date: Oct 2002
Posts: 60
|
try this. type some random garbage in the htaccess. try to surf to the folder. if you don't get a 500 error. your server is ignoring your htaccess.
if this the case, indicate it here and we can go on diagnosing the problem from there or paste your httpd.conf and htaccess and someone here can fix it for you.
__________________
Seek freedom and become captive of your desires. Seek discipline and find your liberty. AB-Arun |
|
|
|
|
|
#15 | |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Quote:
|
|
|
|
|
|
|
#16 |
|
Confirmed User
Join Date: Dec 2002
Location: CanaDUH
Posts: 5,125
|
Try adding this to your .htaccess file
AuthPAM Enabled off or try it with AuthPAM Enabled on Or maybe mod_auth isn't installed?
__________________
ICQ: 316365783 <a href="http://www.hostultra.com/~p00p" target="_blank">TEST</a> |
|
|
|
|
|
#17 |
|
Confirmed User
Join Date: Dec 2002
Location: CanaDUH
Posts: 5,125
|
Try this one with no brackets
If you have Limit tags in brackets, don't use them...just copy and paste what I typed below. No brackets of any kind! AuthUserFile /home/path/to/.htpasswd AuthGroupFile /dev/null AuthName "Member Area" AuthType Basic require valid-user
__________________
ICQ: 316365783 <a href="http://www.hostultra.com/~p00p" target="_blank">TEST</a> |
|
|
|
|
|
#18 | |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Quote:
AddModule mod_auth.c is installed. Could it be somthing with cpanel and some conf file ... maybe httpd.conf for apache? |
|
|
|
|
|
|
#19 | |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Quote:
It still ignores all .htaccess files. The problem probably lies in some config file. I'm not at all a Linux guru - far from.. |
|
|
|
|
|
|
#20 | |
|
Registered User
Join Date: Oct 2002
Posts: 60
|
Quote:
__________________
Seek freedom and become captive of your desires. Seek discipline and find your liberty. AB-Arun |
|
|
|
|
|
|
#21 | |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Quote:
Apache will not do the commands that are written in the .htaccess file. |
|
|
|
|
|
|
#22 |
|
Registered User
Join Date: Oct 2002
Posts: 60
|
the you have something in your httpd.conf that says something like
<Directory "/" > Allowoverride None </Directory> see that "none" part thats whats causing the trouble. make sure its only set for the right directory. if you have a section like the one above change the allowoverride none to Allowoverride Authconfig that should work. drop a post if it helps or error messages if it doesnt.
__________________
Seek freedom and become captive of your desires. Seek discipline and find your liberty. AB-Arun |
|
|
|
|
|
#23 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Oct 2002
Location: Punta Cana, DR
Posts: 29,929
|
Obviously, the apache httpd config file is not configured properly.
( FYI, I run a few sites on a dedicated box with Linux, Cpanel and WHM. Never had to do anything there. In the httpd, about 1/4 down: AllowOverride AuthConfig In the httpd, about 1/3 down, you have to un # this line: AccessFilename .htaccess Post more info: dedicated or virtual ( could make a difference). With a proper htaccess, does the directory request make the login box to pop-up?
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... |
|
|
|
|
|
#24 | |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Quote:
Mine was set to Allowoverride Limit and I changed it restarted Apache and it did not help. This is really strange. |
|
|
|
|
|
|
#25 | |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Quote:
It is a dedicated box v/ cpanel and WHM. AllowOverride AuthConfig and AccessFilename .htaccess are both active I don't even get a login box. when trying to enter a dir that has .htaccess in it. The .htaccess is though being hidden as it should. |
|
|
|
|
|
|
#26 |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Here is a piece of my Apache's httpd.conf
# This should be changed to whatever you set DocumentRoot to. # <Directory "/usr/local/apache/htdocs"> # # This may also be "None", "All", or any combination of "Indexes", # "Includes", "FollowSymLinks", "ExecCGI", or "MultiViews". # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # Options Indexes FollowSymLinks MultiViews # # This controls which options the .htaccess files in directories can # override. Can also be "All", or any combination of "Options", "FileInfo", # "AuthConfig", and "Limit" # AllowOverride AuthConfig # # Controls who can get stuff from this server. # Order allow,deny Allow from all </Directory> # # UserDir: The name of the directory which is appended onto a user's home # directory if a ~user request is received. # <IfModule mod_userdir.c> UserDir public_html </IfModule> # # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # #<Directory /home/*/public_html> # AllowOverride FileInfo AuthConfig Limit # Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec # <Limit GET POST OPTIONS PROPFIND> # Order allow,deny # Allow from all # </Limit> # <LimitExcept GET POST OPTIONS PROPFIND> # Order deny,allow # Deny from all # </LimitExcept> #</Directory> # # DirectoryIndex: Name of the file or files to use as a pre-written HTML # directory index. Separate multiple entries with spaces. # <IfModule mod_dir.c> DirectoryIndex index.html index.wml index.cgi index.shtml index.jsp index.js index.jp index.php4 index.php3 index.php index.phtml index.htm default.htm default.html home.htm </IfModule> # # AccessFileName: The name of the file to look for in each directory # for access control information. # AccessFileName .htaccess # # The following lines prevent .htaccess files from being viewed by # Web clients. Since .htaccess files often contain authorization # information, access is disallowed for security reasons. Comment # these lines out if you want Web visitors to see the contents of # .htaccess files. If you change the AccessFileName directive above, # be sure to make the corresponding changes here. # # Also, folks tend to use names such as .htpasswd for password # files, so this will protect those as well. # <Files ~ "^\.ht"> Order allow,deny Deny from all Satisfy All </Files> |
|
|
|
|
|
#27 |
|
Registered User
Join Date: Oct 2002
Posts: 60
|
kick me but i dont see anything wrong. maybe i am just sleepy....
try with Allowoverride All.... see if that gets any action out of the htaccess or make a new <directory> </directory> section for the directory that you are trying to protect and set it to allowoverride authconfig and see how it works out.
__________________
Seek freedom and become captive of your desires. Seek discipline and find your liberty. AB-Arun |
|
|
|
|
|
#28 |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
I have tried to set
Allowoverride All but with no luck eighter. I have also tried it in several directories but it all says the same. No error message and no activity from the .htaccess files. It is probably some little thing that is eady to solve but not easy to find. I hope I'll be able to solve it tomorrow. |
|
|
|
|
|
#29 |
|
Too lazy to set a custom title
Industry Role:
Join Date: Oct 2002
Location: Punta Cana, DR
Posts: 29,929
|
I agree with Mephisto: your config should work.
One thing tough, it that domain setup as a virtual domain, and if so would you have a conf file overriding the default one? I will check this in 15 minutes... getting my cat in the garden.
__________________
I know that Asspimple is stoopid ... As he says, it is a FACT ! But I can't figure out how he can breathe or type , at the same time .... |
|
|
|
|
|
#30 |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
I found the problem under..
<Directory "/home"> AllowOverride None I changed the AllowOverride None to AllowOverride All It works now. I would like to thank all of you for helping me. I really appriciated it. Wisht you all a good week-end. -Sandra |
|
|
|
|
|
#31 | |
|
Confirmed User
Join Date: Feb 2003
Location: Canby, OR
Posts: 7,453
|
Quote:
jDoG
__________________
NSCash now powering ReelProfits.com ALSO FEATURING: NSCash.com :: SoloDollars.com :: ReelProfits.com :: BiminiBucks.com :: VOD PROGRAMS COMING SOON: Greedy Bucks :: Vengeance Cash NOW OFFERING OVER 60 SITES CONTACT :: JAMES SMITH :: CHIEF TECHNOLOGY OFFICER :: ICQ (711385133) |
|
|
|
|
|
|
#32 | |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Quote:
|
|
|
|
|
|
|
#33 |
|
So Fucking Banned
Industry Role:
Join Date: Apr 2001
Location: N.Y. -Long Island --
Posts: 122,992
|
Sandra hit me on icq 116999839 if you need some help with cpanel
|
|
|
|
|
|
#34 | |
|
Confirmed User
Join Date: Dec 2002
Location: Neverland
Posts: 147
|
Quote:
The problem probably lies somwhare in the Apache httpd.conf file but I don't really know where. |
|
|
|
|