.htaccess Status |
||
Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.
In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.
Zymic Webmaster Forums Zymic Free Web Hosting Zymic Free Web Hosting - General Discussion & Help |
||
7 Pages
< 1 2 3 4 > »
|
![]() |
.htaccess Status |
||
Jan 18 2008, 05:55 PM
Post
#21
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 13-January 08 From: Niagara Falls, Ontario, Canada Member No.: 6,917 |
Anybody, this is very frustraiting, Yes i know it is free hosting. But may I ask whats the security reason for disallowing subfolders to be passwordprotested (htaccess)?
|
|
|
Jan 21 2008, 03:50 PM
Post
#22
|
|
|
Newbie ![]() Group: Members Posts: 8 Joined: 21-January 08 Member No.: 7,630 |
Pls, enable mod_rewrite..
|
|
|
Feb 7 2008, 03:02 PM
Post
#23
|
|
|
Newbie ![]() Group: Members Posts: 3 Joined: 27-September 07 Member No.: 594 |
please tell me how to delete the unused .httpaccess files?
|
|
|
Feb 17 2008, 02:54 AM
Post
#24
|
|
![]() Newbie ![]() Group: Members Posts: 28 Joined: 6-November 07 Member No.: 2,456 |
I can't find my .htaccess file. Can someone help me?
|
|
|
Feb 28 2008, 01:23 PM
Post
#25
|
|
|
Newbie ![]() Group: Members Posts: 10 Joined: 19-February 08 Member No.: 10,942 |
I tryed to protect my /admin/ directory with htaccess.Now i get the Internal Server Error.I can't delete the htaccess so i can't access the admin panel pls help me...
edit:i deleted it with other ftp client. |
|
|
Mar 17 2008, 05:04 AM
Post
#26
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 10-February 08 Member No.: 9,584 |
If you are receiving the following error 500: Recently limited functionality has been allowed within .htaccess, this allows any directives for limiting the availability, so for a quick example: CODE Order Deny,Allow Deny from all This can protect a directory. There is however a caveat that comes along with only allowing this. Any directives which do not fall under the scope of 'Limit' will cause the server to choke and spit out the above 500 error. To fix it, either comment out all other directives in your .htaccess, or move/delete the offending .htaccess. Commenting in .htaccess is a line prefixed with '#'. It is not at this time possible to use block statements around the limits. CODE <Directory /foo> # this would not work </DIrectory> We are working on a solution. I know this is free hosting but I have created my own 404 Error pages, 403, etc; but can you allow .htaccess to make these the default errorpages? It would be really appreciated! Thanks in advance! |
|
|
Mar 22 2008, 04:19 AM
Post
#27
|
|
|
Newbie ![]() Group: Members Posts: 22 Joined: 20-March 08 Member No.: 14,669 |
I want to know if the following functions are allowed to be used in the .htaccess file?
CODE php_value upload_max_filesize 20M php_value post_max_size 20M php_value max_execution_time 200 php_value max_input_time 200 Thanks. |
|
|
Apr 8 2008, 12:39 AM
Post
#28
|
|
|
Newbie ![]() Group: Members Posts: 13 Joined: 4-April 08 Member No.: 17,280 |
|
|
|
Apr 10 2008, 06:04 PM
Post
#29
|
|
![]() Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 835 Joined: 10-April 08 From: England Member No.: 18,404 |
I have just run a phpBB update (3.0.0 to 3.0.1) which involved uploading an 'install' directory. The update completed fine but in order to reaccess the board the /install directory must be removed (like in the initial installation of the board). From Filezilla I deleted the directory and it did the normal thing of deleting the files. However the /install directory still remains and cannot be deleted. It is empty apart from 2 .htaccess files which do not show up in filezilla and cannot be deleted using zymic file manager either.
Edit: I renamed the /install directory which at least allows me to access the board again. But I still cannot delete it. Any ideas? |
|
|
Apr 10 2008, 08:03 PM
Post
#30
|
|
![]() Newbie ![]() Group: Members Posts: 28 Joined: 7-April 08 Member No.: 17,828 |
Your best bet is to go into your FTP program (I used filezilla) and locate the file in there and right click on it and delete it that way.
That is how I did it. See the screen below for a better idea.... img413.imageshack.us/img413/9180/deleteinstallphpjh3.jpg This post has been edited by zpcs: Dec 27 2012, 06:12 AM
Reason for edit: Broken Imaged URL Link Removed then Broken URL Link allowanced for Descriptive URL Link so as not to disturb content
|
|
|
Apr 10 2008, 08:16 PM
Post
#31
|
|
![]() Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 835 Joined: 10-April 08 From: England Member No.: 18,404 |
Indeed I use filezilla and I tried to delete the files in that way... but the 2 folders in which the .htaccess files are located show as empty... yet they cannot be deleted because they contain these files. A confusing situation??
|
|
|
Apr 10 2008, 08:38 PM
Post
#32
|
|
![]() Newbie ![]() Group: Members Posts: 28 Joined: 7-April 08 Member No.: 17,828 |
Are you able to take a screen shot with Snagit or even simply take a picture of your desktop and submit it here with the filazilla client open so we can see your files that you have in you phpbb3 folder?
It might make it a bit easier. If you have MSN add me and I'll see what I can do to help: mdrewiske@hotmail.com |
|
|
Apr 10 2008, 09:13 PM
Post
#33
|
|
![]() Outrageously Uber Ninja ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Moderators Posts: 835 Joined: 10-April 08 From: England Member No.: 18,404 |
Issue resolved.... in FileZilla click 'Server' menu at the top and then 'Force showing hidden files'.
This made the 2 .htaccess files appear allowing me to delete them and then delete the whole /install directory |
|
|
Apr 11 2008, 01:47 AM
Post
#34
|
|
![]() Newbie ![]() Group: Members Posts: 28 Joined: 7-April 08 Member No.: 17,828 |
Issue resolved.... in FileZilla click 'Server' menu at the top and then 'Force showing hidden files'. This made the 2 .htaccess files appear allowing me to delete them and then delete the whole /install directory He and I figured it out. In filezilla, you have to click the button that shows "hidden files" in the server menu at the top of the page. Then you can go in and delete the .htasccess files and then delete the DIR [rectory] folders and it works fine. See this pic:
|
|
|
Apr 28 2008, 03:10 PM
Post
#35
|
|
|
Newbie ![]() Group: Members Posts: 14 Joined: 12-March 08 Member No.: 13,771 |
how about
AuthType Basic AuthName "My Protected Area" AuthUserFile /path/to/.htpasswd Require valid-user and .htpasswd and rewrite i need this~ its oke if cant. |
|
|
May 18 2008, 04:38 PM
Post
#36
|
|
|
Newbie ![]() Group: Members Posts: 4 Joined: 16-May 08 Member No.: 27,272 |
|
|
|
May 23 2008, 07:04 PM
Post
#37
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 19-October 07 Member No.: 1,576 |
please mod_rewrite enable
|
|
|
May 27 2008, 04:49 AM
Post
#38
|
|
|
Member ![]() ![]() Group: Members Posts: 71 Joined: 2-January 08 From: Member No.: 6,002 |
hey can i use .htaccess to load my own custom error pages is it allowed
Thanks in advance *edit got an answer its allowed |
|
|
May 27 2008, 07:35 PM
Post
#39
|
|
|
Newbie ![]() Group: Members Posts: 10 Joined: 23-May 08 Member No.: 29,352 |
Is this fixed, I really can't tell from the posts. Most of them were about actually viewing/editing the .htaccess file.
I'd like to be able to pswd the entire directory (site) if possible and this is the easiest way I know how. I set it up but I keep getting the Internal Server Error. My .htaccess file is this: AuthName "Restricted Area" AuthType Basic AuthUserFile /.htpasswd AuthGroupFile /dev/null require valid-user is that the correct path? Any help is much appreciated. |
|
|
Jun 1 2008, 04:58 PM
Post
#40
|
|
|
Newbie ![]() Group: Members Posts: 25 Joined: 26-March 08 Member No.: 15,551 |
Which modules are currently installed?
|
|
|
![]() |
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users) |
||
| 0 Members: | ||
Forum Jump |
||
| Lo-Fi Version | Time is now: 23rd May 2013 - 05:42 PM |