Search

Hi. I haven’t used Symphony for a long time but I am still a fan of it. Now I installed it to use it for my portfolio but there are some problems with the htaccess I think. Sorry for my lame problems but I am designer and my programming skills are very basic. :)) I am running it on site5’s server and I cover all the requirements. You can see the problem by trying to access to the admin: wwww.dreamture.net/symphony or to the home page: www.dreamture.net/index.php

I will be very thankful if anyone help me. Thanks in advance!

I am using this htaccess (found on a thread in the forum):

### Symphony 2.0 - Do not edit ###

<IfModule mod_rewrite.c>

    RewriteEngine on
    RewriteBase /symphony/

    ### DO NOT APPLY RULES WHEN REQUESTING "favicon.ico"
    RewriteCond %{REQUEST_FILENAME} favicon.ico [NC]
    RewriteRule .* - [S=14] 

    ### CHECK FOR TRAILING SLASH - Will ignore files
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_URI} !/symphony$
    RewriteCond %{REQUEST_URI} !(.*)/$
    RewriteRule ^(.*)$ /symphony/$1/ [L,R=301]

    ### MAIN REWRITE - This will ignore directories
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)/$ /symphony/index.php?page=$1&%{QUERY_STRING}    [L]

</IfModule>

######

Your .htaccessfile should be generated automatically upon installation. Has this not happened? Your code looks like

  1. an older version of
  2. the symphony directory .htaccess file

to me.

Okay folks. I preinstalled it and everything looks okay now. :) Thanks! You may delete this thread if you wish. :)

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