11 Mar
2010
11 Mar
'10
11:41 a.m.
Le jeudi 11 mars 2010 à 12:05 +0100, icovnik a écrit :
I just wonder whether is it possible to get rid of that "dispatch.cgi" part in URI? To make the same functionality but with URIs like this:
http://server/App1/public/foo/bar
e.g. to completely hide the script name from outside.
If you followed my example, it is the case, I access my app the following: http://server/App1/foo/bar The rewrite rule does hide the dispatch.cgi part, it's done behind the scene.