.htaccsess does not exist?

James123

Joined: 2004-04-02
Posts: 5
Posted: Fri, 2004-04-02 13:31

I made the blank text file called .htaccsess i uploaded it to my server and it doesnt show up in the direcotry so i cannot chmod it!
I tried making a file with a diffrent name then chmoding it and then re-naming it and it still didnt work!!!

I just get this
Error: You must create empty file .htaccess and chmod it 777 before proceeding. See documentation for more details.

Also It tells me my gallery/tmp file does not exist

Please help, what do I do ???
James.

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Fri, 2004-04-02 17:52
 
Workshop

Joined: 2004-04-02
Posts: 10
Posted: Fri, 2004-04-02 19:17

Short answer: .htaccess is a hidden file, so it may not show up on your ftp client or in shell unless you tell your ftp client to show hidden files.

From the shell:
ls -al .htaccess

will list the file.

 
James123

Joined: 2004-04-02
Posts: 5
Posted: Sat, 2004-04-03 09:52

That worked thanks :)

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Sat, 2004-04-03 10:06

James123, great! :)