Jump to content

newbie question


corbeeresearch

Recommended Posts

Hi,

 

I'm not sure where to start with mod_rewrite.

 

I have a folder that contains a lot of php files that are link through href, for example

 

<a href="tabs/current/tabs.php">click here</a>

 

unfortunately, if they go to the url and type tabs/ instead, they will see all the files and download the php and view the source code, which would make my code vulnerable, so how do I avoid this and which part of mod_rewrite should I learn?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/215021-newbie-question/
Share on other sites

and download the php

 

Have you tested that anyone can actually do that? That would imply that you have either disabled the php language in a folder or the method that you used to enabled php in the first place is specific to some other folder.

Link to comment
https://forums.phpfreaks.com/topic/215021-newbie-question/#findComment-1118468
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.