brent123456 Posted September 13, 2007 Share Posted September 13, 2007 I am not sure what to put in my .htaccess file. I want to deny direct access to pages and images in a directory but I want my script to be able to access the images and pages in the directory. I have tried a couple of different things that will let me have access to the pages though require_once but not the images as they will not load on the pages that is using them. Any one know what I could do about this? Thanks. Link to comment https://forums.phpfreaks.com/topic/69142-help-with-htaccess-file/ Share on other sites More sharing options...
Jessica Posted September 13, 2007 Share Posted September 13, 2007 Wrong forum, sorry. Link to comment https://forums.phpfreaks.com/topic/69142-help-with-htaccess-file/#findComment-347535 Share on other sites More sharing options...
brent123456 Posted September 13, 2007 Author Share Posted September 13, 2007 Maybe you could give me an idea of where I could post this to get some help with my problem, it may not be a big deal for you (as your statement seems to indicate) but I could use some help so when I post my site in the beta testing section it will be more secure. Thanks. Link to comment https://forums.phpfreaks.com/topic/69142-help-with-htaccess-file/#findComment-347891 Share on other sites More sharing options...
phat_hip_prog Posted September 13, 2007 Share Posted September 13, 2007 You'll get some info here, .htaccess files use same directives as conf file: http://httpd.apache.org/docs/2.2/howto/htaccess.html http://httpd.apache.org/docs/2.2/configuring.html Later you may want to look into mod_rewrite and here's a useful forum, yet it take a day or two to get an answer... http://forum.modrewrite.com/ Link to comment https://forums.phpfreaks.com/topic/69142-help-with-htaccess-file/#findComment-347897 Share on other sites More sharing options...
brent123456 Posted September 13, 2007 Author Share Posted September 13, 2007 phat_hip_prog, Thank you very much for your help, and links. Link to comment https://forums.phpfreaks.com/topic/69142-help-with-htaccess-file/#findComment-347941 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.