how to remove folder structure from being displayed
Posted: Sun Apr 08, 2012 8:48 pm
hello sirs,
For ex: I have an application and Im planning to restrict access to the individual files in individual DIRs under the main DIR. For this I would use .htaccess as per info found on google.
What I want to ask is: can I also remove the path from being displayed as the user navigates around?
For ex: as a user navigates around the program, I would want something like this below to be constantly displayed:
http://blahblahblah.com/index.php
instead of
http://blahblahblah.com/dir1/dir2/dir3/fileX.php or
http://blahblahblah.com/dir1/dir2/fileY.php or
http://blahblahblah.com/dir1/dir2/fileX
regardless of where the user navigates into, in the program.
regards
Toks
For ex: I have an application and Im planning to restrict access to the individual files in individual DIRs under the main DIR. For this I would use .htaccess as per info found on google.
What I want to ask is: can I also remove the path from being displayed as the user navigates around?
For ex: as a user navigates around the program, I would want something like this below to be constantly displayed:
http://blahblahblah.com/index.php
instead of
http://blahblahblah.com/dir1/dir2/dir3/fileX.php or
http://blahblahblah.com/dir1/dir2/fileY.php or
http://blahblahblah.com/dir1/dir2/fileX
regardless of where the user navigates into, in the program.
regards
Toks