Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
.htaccess
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- .htaccess
.htaccess
13-10-2012 1:50 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
This is an odd one
In my Plusnet site (not ccgi) I can view the files in a folder where there isn't an index file.
I seem to remember that this is done via the .htaccess file but using FireFTP with show hidden files ticked I can't see it
The reason for this question is that creating a new folder in my 1&1 hosted site produces a folder with the following error on trying to access it but I can access the files inside it
In my Plusnet site (not ccgi) I can view the files in a folder where there isn't an index file.
I seem to remember that this is done via the .htaccess file but using FireFTP with show hidden files ticked I can't see it
The reason for this question is that creating a new folder in my 1&1 hosted site produces a folder with the following error on trying to access it but I can access the files inside it
Quote Forbidden
You don't have permission to access /ramblers/ on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Message 1 of 6
(2,441 Views)
5 REPLIES 5
Re: .htaccess
13-10-2012 2:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I'm not clear if you want to stop viewing files on homepages or start viewing files on 1&1. The new folder on the 1&1 site is presumably missing its read permission for the web server. If you tick all the read permissions, you should be able to view the files on 1&1. Alternatively, untick the read permission for "other" on homepages to stop viewing files. Or add a .htaccess file with the line
to htdocs to avoid triggering the error.
Gabe
IndexIgnore *
to htdocs to avoid triggering the error.
Gabe
Message 2 of 6
(364 Views)
Re: .htaccess
13-10-2012 3:18 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Regarding permissions this is what they are and I can't see why I can't view the list of files in the folder
The idea being that you can go to the folder select and download the file you need
The idea being that you can go to the folder select and download the file you need
Message 3 of 6
(364 Views)
Re: .htaccess
13-10-2012 3:37 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
If not permissions, may need to add indexing. There may be a box to tick for indexes in your panel, or you can try adding
to your .htaccess
Gabe
Edit: just found it in the 1&1 FAQ.
Options +Indexes
to your .htaccess
Gabe
Edit: just found it in the 1&1 FAQ.
Message 4 of 6
(364 Views)
Re: .htaccess
13-10-2012 3:45 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Thanks Gabe but I think I will leave well alone as I don't want to risk mucking up my wife's website
as she would kill me 
The only reason I used her website instead of mine was that 1&1 have an unlimited download limit whereas we all know how miserable the Plusnet limits are and I needed to make a 280MB zip file available for download - most unusual for me
I saw your edit and yes that would do it - I didn't realise that you could have htaccess files specific to a folder - just going to have a play
and it works - thank you very much



The only reason I used her website instead of mine was that 1&1 have an unlimited download limit whereas we all know how miserable the Plusnet limits are and I needed to make a 280MB zip file available for download - most unusual for me
I saw your edit and yes that would do it - I didn't realise that you could have htaccess files specific to a folder - just going to have a play
and it works - thank you very much


Message 5 of 6
(364 Views)
Re: .htaccess
13-10-2012 4:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
That's a relief. I hadn't appreciated the risk you were running 
Gabe

Gabe
Message 6 of 6
(364 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page