htaccess files

Status
Not open for further replies.

thezone1

New Member
Messages
192
Reaction score
0
Points
0
hey ppl does anyone know how to view .htaccess files ??

thanks in advance
 

thezone1

New Member
Messages
192
Reaction score
0
Points
0
Can it not be done through the cpanel im kinda in a place where i cant install software on my local machine (STUPID WORKPLACE :mad:) lol
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
You can't view any .htaccess files through your web browser, unless you disable:
<FilesMatch "^\.ht">
Order allow,deny
Deny from all
</FilesMatch>

in apache's httpd.conf.

The .htaccess file is just that, a "file", and can be opened in any file editing/viewing software ;)
 
Last edited:

thezone1

New Member
Messages
192
Reaction score
0
Points
0
Is there a way i can change my apache settings on the hosting account ???
 

Slothie

New Member
Messages
1,429
Reaction score
0
Points
0
Make a new .htaccess on your PC and upload it via FTP command prompt. Its included in any windows.. You just have to learn non-gui ftp commands ;)
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
You can open .htaccess files with the "Edit" command in the cPanel file manager.
 

thezone1

New Member
Messages
192
Reaction score
0
Points
0
thanks but im wanting to know how to see the files since i cannot, i understand that their hidden but how to i get to see them

Thanks
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
It should just be in the "public_html" directory
 

Corey

I Break Things
Staff member
Messages
34,551
Reaction score
204
Points
63
There is an option to see hidden files in the file manager located in cPanel. If you do a search of the forums I know it's been explained a few times.
 
Status
Not open for further replies.
Top