Forums / Install & configuration / External to EZP
Neo Pixel
Thursday 16 July 2009 3:00:01 pm
I'm almost ready to switch my Street Racers UK site over to ezpublish...
The only thing is I want to maintain a link to http://www.street-racers.co.uk/modding_community/
I want this community script to run alongside ezp on the same hosting.
Is there a way I can remove index.php? add ForceVirtualHost=true and still access this?
Is there a htaccess thing or config of some kind to allow this?
Any help would be appreciated :)
Asking stupid questions so you don't have to!
Carlos Revillo
Friday 17 July 2009 12:21:47 am
Hi. Just follow the virtual host setup instructions at http://ez.no/doc/ez_publish/technical_manual/4_0/installation/virtual_host_setup
and then you can add something like
Rewriterule ^/modding_community/.* - [L]
just after the RewriteEngine On line.
Hope it helps.
Tuesday 21 July 2009 3:12:31 am
Hi Carlos,
Thanks for that, it seems to work very well.
thanks again :)