This is a discussion on mod_rewrite to hide path within the Apache Web Server forums, part of the Web Server and Related Forums category; Hi Apache 2.2.4, Ubuntu 7.10 Can paths be hidden to the user who opens pages of a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
Apache 2.2.4, Ubuntu 7.10 Can paths be hidden to the user who opens pages of a site ? [html page] ..... <a href="../../../../../this_dir/_subdir/_subsubdir/apage.html"> Get there</a> ..... [/html page] This will show the complete path in the adress bar of the browser. Can that shown path be changed to something like "this_false_dir/apage.html" ? Can mod_rewrite do that and still use the real path for pages ? Thanks |