|
Lets try to make this simple.
I am making a "mini-hosting" script in php. I have my htaccess file with "certain" restrictions. The problem is htaccess can simply be overridden by any sub folder.
i.e. .htaccess is under /home/html/ folder, any foldier ex. /home/html/subfolder can create a htaccess access that "restricts" these restrictions... HUHH???? simply override/ ignore it. Is there a way to set the global htaccess so that it is the only htaccess file that will be used.... (simply do the opposite of what the "hacker" is trying to do..... restrict him from using any htaccess files)
If this doesnt make sense just say so... ill try again...
|