search for: htacess

Displaying 4 results from an estimated 4 matches for "htacess".

Did you mean: htaccess
2006 Jun 30
1
Apache Cache
...emented fragment caching. I am pulling my delicious links to my site. I print out to the log every time it connects to delicious. >From the logs I see that it is not using the cached fragment. It connects on every page load. This is running under Apache2 (ubuntu). I am using the default .htacess file that came with RoR. However when I run it under Web Brick I see that it is indeed using the cached page and has stored it "tmp/cache/" I understand that by default it stores the cache in the public folder. I have checked that it is not a permission problem. I would really apprec...
2006 Apr 14
1
Configuring rails app on web server
...pages in other folders. When the user access the page `www.mywebserver.com/demo/'' he should be taken to the index page of the application. So, what do I add in the `.htaccess'' file in the demo folder, such that the control is transferred to the .htaccess file in the demo/public/.htacess file? Thanks for your help. -- Surendra Singhi http://ssinghi.kreeti.com, http://www.kreeti.com Read my blog at: http://cuttingtheredtape.blogspot.com/ ,---- | Great wits are sure to madness near allied, | And thin partitions do their bounds divide. | | (John Dryden, Absalom and Achitophel,...
2013 Feb 13
1
htaccess is not working
...'m looking for some help ... I have installed webalizer, on my CentOS 6 server. Root path for webalizer is /var/www/usage/ It's working, but after putting a .htaccess in /var/www/usage/ and the appropriate .htpasswd in /var/www/html/auth/ there is no password asked. Here are my files : .htacess : AuthName ?Veuillez vous identifier? AuthType Basic AuthUserFile ?/var/www/html/auth/.htpasswd? .htpasswd : carmelo:myencryptedpassword(with htpasswd) Can you please help me ? Thanks, Carmelo
2005 Mar 10
10
Some Basic Questions
Sorry I can''t access IRC from work so I hope you don''t mind me asking my newbie questions here: 1) I have the following code: @post = Post.find(@params[''id'']) @comments = Comment.find_all "post_id = #@params[''id'']", "created_on ASC" And I am have problems with the second line. I want to pass the id from my post to the