How to get the .htaccess file again
So, you want to modify the .htaccess file you created a while ago. Trouble is, “dot” files are hidden by default and your FTP client and/or webhoster don’t make them visible, but you need the file, because you don’t want to overwrite/lose the current settings.
I use FileZilla as my FTP client of choice, but even with the option Force showing hidden files set (under the menu item ‘Server’), it doesn’t work with my hoster (Host Europe).
Two workarounds:
-
If you know the exact location and name of the file, you can use Filezilla’s Transfer -> Manual Transfer… dialog.
-
Use the command prompt:
- On Windows, open a command prompt (cmd).
- Type
ftp your_server
to connect, then enter your credentials to log in. - Use
cd
andls -a
for navigation. - Use
get filename
andput filename
for down- and uploading a file. - Type
bye
to close the connection again.
Categories
Development (77)Film & Television (54)
How To (63)
Journal (17)
Miscellaneous (4)
News & Announcements (21)
On Software (12)
Projects (26)
Tags
Bluetooth (1)
C++ (11)
Citrix (1)
Clang (1)
CMake (10)
Code (3)
DE (8)
Doxygen (1)
EN (175)
Excel (1)
Filezilla (1)
Firefox (1)
GeSHi (1)
Git (2)
Hugo (2)
JSON (2)
Lua (3)
Mercurial (5)
MTP (2)
Notepad++ (3)
Powershell (23)
PuTTY (1)
Python (5)
Qt (11)
RandFill (15)
RegEx (1)
Remi (2)
RSS (1)
SCons (1)
SIMInfo (7)
Site (2)
SSH (1)
TinyTinyRSS (1)
Using C++ With Lua (2)
Visual Studio (10)
Win32 (2)
Windows (22)
Windows Registry (1)
WordPress (3)
WPD (3)
WPDLib (2)
WPF (1)
XAML (1)
YouTube (1)