Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
FileZilla & 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
- :
- FileZilla & htaccess
FileZilla & htaccess
07-10-2009 1:33 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi All
How do you get FileZilla Client to show htaccess files on the Server?
I need to download my htaccess file to modify it and back it up, yes I should have backed it up.
The htaccess file that I want to back up is in the main htdocs folder on my f9 account.
How do you get FileZilla Client to show htaccess files on the Server?
I need to download my htaccess file to modify it and back it up, yes I should have backed it up.

The htaccess file that I want to back up is in the main htdocs folder on my f9 account.
Message 1 of 6
(1,539 Views)
5 REPLIES 5
Re: FileZilla & htaccess
07-10-2009 2:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I think there's an option in FileZilla to show hidden files and folders - if you turn that on it should show the .htaccess file for you.
Hope that helps,
Hope that helps,
Message 2 of 6
(486 Views)
Re: FileZilla & htaccess
07-10-2009 2:08 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote How do you get FileZilla Client to show htaccess files on the Server?
Like this...
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Message 3 of 6
(486 Views)
Re: FileZilla & htaccess
07-10-2009 2:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Woops geting:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@plus.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
-----------------------------------------------------------
For All sites on my F9 Account
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@plus.net and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
-----------------------------------------------------------
For All sites on my F9 Account
Message 4 of 6
(486 Views)
Re: FileZilla & htaccess
07-10-2009 2:46 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: Midnight Woops geting:
Internal Server Error
After modifying your .htaccess file presumably?
Bob Pullen
Plusnet Product Team
If I've been helpful then please give thanks ⤵
Message 5 of 6
(486 Views)
Re: FileZilla & htaccess
07-10-2009 3:04 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Hi bob yes it was, but fixt now
Just added:
To stop sidewiki from Google
errordocument 404 http://www.dyslexia.f9.co.uk/404_error.html
errordocument 500 http://www.dyslexia.f9.co.uk/500_error.html
errordocument 404 http://homepages.force9.net/dyslexia/404_error.html
errordocument 500 http://homepages.force9.net/dyslexia/500_error.html
RewriteCond %{HTTP_USER_AGENT} GTB [NC,OR]
RewriteCond %{HTTP_USER_AGENT} GoogleToolbar [NC]
RewriteRule .* notoolbar.html
Just added:
RewriteCond %{HTTP_USER_AGENT} GTB [NC,OR]
RewriteCond %{HTTP_USER_AGENT} GoogleToolbar [NC]
RewriteRule .* notoolbar.html
To stop sidewiki from Google
Message 6 of 6
(486 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