|
hi tod I want redirect all direct calling
to ".inc" files (includes php files)
I try with the security.ini file [redirect]
section
I add this lines but dont work
*.inc = /secure.stm
/*.inc = /secure.stm */*.inc = /secure.stm
***.inc = /secure.stm
*inc = /secure.stm
*.inc* = /secure.stm
/*.inc* = /secure.stm */*.inc* = /secure.stm
***.inc* = /secure.stm
*inc* = /secure.stm
filename.inc = /secure.stm
/filename.inc = /secure.stm
*/filename.inc = /secure.stm
*/*filename.inc = /secure.stm
filename.inc* = /secure.stm
/filename.inc* = /secure.stm
*/filename.inc* = /secure.stm
*/*filename.inc* = /secure.stm
how can I do this ? tank in advance
------------------------------------------------------- To unsubscribe please go to http://www.sambar.ch/list/ |
