1 Online. Join themUsers

# 225Closed Ticket: Page Editor: Config/Template-Switch URL broken

The “Edit Configuration” and “Edit Template” links are broken. They are missing the trailing slash wich causes some redirections to take action, redirecting me from

http://localhost/symphony/blueprints/pages/edit/79

to

http://localhost/%5C/symphony/blueprints/pages/edit/79/

instead of

http://localhost/symphony/blueprints/pages/edit/79/

I think this also has to do with that weird RewriteBase:

RewriteBase /\/

It’s working perfectly if I change it to

RewriteBase /

My .htaccess looks like the second:

RewriteBase /

Might therefore be a bug with generating the .htaccess too? Perhaps a separate bug.

This issue is closed.

Symphony • Open Source XSLT CMS

Server Requirements
  • PHP 5.2 or above
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 4.1 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts