Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
I'm currently developing a website locally and i want to edit the error 404 file not found page but i need to know where the .htaccess is does anyone know?

If it isn't being done globally in the httpd.conf file, a simple

Code:
 find / -name .htaccess -print

should find all of the .htaccess files you need. This is run at the Unix shell, so you know (you'll need to run Terminal at the least).

BL.
 
If it isn't being done globally in the httpd.conf file, a simple

Code:
 find / -name .htaccess -print

should find all of the .htaccess files you need. This is run at the Unix shell, so you know (you'll need to run Terminal at the least).

BL.



i got this:

find: /.DocumentRevisions-V100: Permission denied
find: /.MobileBackups: Permission denied
find: /.Spotlight-V100: Permission denied
find: /.Trashes: Permission denied
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.