Forums / General / OE 4.2.3 / Exponential 4.0 - problem with link to a node

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

OE 4.2.3 / Exponential 4.0 - problem with link to a node

Author Message

Michal Slocinski

Sunday 06 April 2008 2:52:13 pm

Hello,

I've strange problem with Online Editor. When I try to insert a link to another node (type = eznode) and I press 'Browse' button new window appears which should allow me to select node I want to link to.

Unfortunately, what appears is my default site and Firefox shows in URL bar following address:

http://host:port/insertlink

instead of:

http://host:port/index.php/<SITE>/layout/set/dialog/content/browse

I don't really know what to look at. Log files are clean. Except of that, all functionality of OE works properly.

Any suggestions?

Michal Slocinski

Sunday 13 April 2008 9:32:56 am

I think it may be related to running in FastCGI environment - I noticed for all sites running in non-FastCGI all runs fine.

Any suggestions? Some custom rewrite rule?

Michal Slocinski

Sunday 13 April 2008 10:36:17 am

finally I found the solution - seems like proper configuration of virtual host is a key thing when running PHP as FastCGI. I had to put

ForceVirtualHost=true

in my site.ini and now all works fine, additionally - ugly "index.php?" disappeared :-)