Forums / General / Vhost and rewrite configuration, help!

Vhost and rewrite configuration, help!

Author Message

Tore Skobba

Wednesday 21 January 2004 5:26:52 am

Hi all

I have a problem with my EZ site and phpBB forum configuration, what happens is that once I go to the forum EZ complains that it can't find the module (note that the forum is not at all integrated with EZ). Therefore I belive I must make a rewritte rule that says that apache should ignore EZ's index.php when forum is accessed. But I have not managed it, anyone here who has any tips?

Currently my setup is as this:

ezfolder/
ezfolder/forum/

(Where ezfolder is the root folder to the site) and forum holds the phpBB.

In my Vhost I have this rewrite rule:
RewriteEngine ON

RewriteRule !\.(gif|css|jpg|png|jar|js|html $ /www/gs_hp/index.php

I have tried to add in order for forum not to be redirected to gs_hp/index.php but I have not managed it.

Cheers
Tore

Tony Wood

Wednesday 21 January 2004 5:40:52 am

Hi Tore,

Try these links, they should help.

http://ez.no/developer/ez_publish_3/documentation/configuration/configuration/tips_tricks/exclude_uris_from_rewrite
and http://ez.no/developer/ez_publish_3/forum/install_configuration/exclude_certain_uris_from_rewrite_rule

-- tony

Tony Wood : twitter.com/tonywood
Vision with Technology
Experts in eZ Publish consulting & development

Power to the Editor!

Free eZ Training : http://www.VisionWT.com/training
eZ Future Podcast : http://www.VisionWT.com/eZ-Future

Tore Skobba

Wednesday 21 January 2004 6:27:38 am

Thank you very much.. You saved me several hours reading docs:)

cheers
Tore