Search

Hello, I'm moving a website to a new server but I'm having some issue... I made the installation with the ensamble like always but I can only see the homepage of the website every other page are broken: http://81.29.196.68/medicale/ if I try to access the backend a see the folder structure... not the login panel: http://81.29.196.68/medicale/symphony

I think this issue is caused by some server configuration... but I need help to understand what is going wrong. Here you can find the PhpInfo https://dl.dropboxusercontent.com/u/4300213/phpinfo.pdf

thanks Daniele

Your frontend-trouble might be caused by missing language-rewrite-rules in the .htaccess file. At least I always loose them when moving symphony-installations via ensemble.

Just compare your old and new .htaccess-files - the new one might be missing something like this:

### LANGUAGE REDIRECT RULES start
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(en|it)-?()?/(.*/?)$ index.php?language=$1&region=$2&symphony-page=$3&%{QUERY_STRING} [L]
### LANGUAGE REDIRECT RULES end

Don't know about your backend problem though...

Thanks! that make the magic!

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

  • PHP 5.3-5.6 or 7.0-7.3
  • PHP's LibXML module, with the XSLT extension enabled (--with-xsl)
  • MySQL 5.5 or above
  • An Apache or Litespeed webserver
  • Apache's mod_rewrite module or equivalent

Compatible Hosts

Sign in

Login details