Forums / Developer / put ? in url
Dhaval Patel
Tuesday 29 January 2008 1:12:57 am
hello
currently i have url "http://localhost/projects/ezpublish/index.php/eng/".
but i want the question mark => "?" near index.php.
such as
"http://localhost/projects/ezpublish/index.php<b>?</b>/eng/".
please tell me. how to set the url from where.
Thank You very much.
With Best Regards, Dhaval Patel Team Leader - iNETProcess(I) Pvt. LTD. [email protected] Ph No: +91 79 65 12 35 00 http://www.inetprocess.co.in
André R.
Tuesday 29 January 2008 1:44:29 am
use fastcgi..
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Tuesday 29 January 2008 1:54:05 am
Thank you so much for reply.
but i don't understand.
can you tell me in detail.
please.
Tuesday 29 January 2008 2:12:19 am
Before I do I'll mention that this is a very strange request, most users ask for nicer urls like "http://localhost/projects/ezpublish/eng/" something you can find if you search for 'virtual host mode' or simply 'index.php'. But you actually want it uglier :)
You are currently running PHP as a Apache module, if you run PHP in fastcgi mode under Apache / Lighty you'll get a url with index.php?/...
For more info on fastcgi search on google and here in the forum, some relevant threads: http://ez.no/developer/forum/suggestions/memcachehttp://ez.no/developer/forum/install_configuration/possible_to_remove_path_to_ez_index_php_under_fastcgi/re_possible_to_remove_path_to_ez_index_php_u__2