2 users online. Create an account or sign in to join them.Users

Search

Hi,

i have problems with my symphony. After installation when i try to enter /symphony/ folder i have information about “403 Forbidden”. I try to change permission to from 775 to 777 for all folders but it’s not helped. Also i try put “Options +FollowSymlinks” after RewriteEngine on but i have same thing.

In install log it’s all ok:

============================================

INSTALLATION PROCESS STARTED (2010-07-09T16:55:33+02:00)

============================================

2010/07/09 16:55:33 > NOTICE: MYSQL: Establishing Connection...Done

2010/07/09 16:55:33 > NOTICE: MYSQL: Selecting Database 'intermarum3'...Done

2010/07/09 16:55:33 > NOTICE: MYSQL: Importing Table Schema...Done

2010/07/09 16:55:34 > NOTICE: MYSQL: Creating Default Author...Done

2010/07/09 16:55:34 > NOTICE: WRITING: Creating 'manifest' folder (/manifest)

2010/07/09 16:55:34 > NOTICE: WRITING: Creating 'logs' folder (/manifest/logs)

2010/07/09 16:55:34 > NOTICE: WRITING: Creating 'cache' folder (/manifest/cache)

2010/07/09 16:55:34 > NOTICE: WRITING: Creating 'tmp' folder (/manifest/tmp)

2010/07/09 16:55:34 > NOTICE: WRITING: Configuration File

2010/07/09 16:55:34 > NOTICE: CONFIGURING: Frontend

2010/07/09 16:55:34 > NOTICE: MYSQL: Importing Workspace Data...Done

2010/07/09 16:55:34 > NOTICE: Installation Process Completed In 1 sec

============================================

INSTALLATION COMPLETED: Execution Time - 1 sec (09.07.10 16:55:34)

============================================

Can you provide details on your server environment?

Sure, but if you tell me how ;) It’s a commercial hosting and i don’t see any details of my hosting program on their site.

One more thinh, if I use just index.php on main folder it’s everything ok - like post “A primer to Symphony 2’s default theme”.

Hi LooZ

Go to yoursite.com/install.php?info

One thing to look for are the Apache security plugins: modesecurity and modsecurity2, I’ve had them prevent some Symphony usage in the past (on an über-locked down server).

And all the links on the front end work?

http://intermarum.com/install.php?info

http://intermarum.com/index.php with all links works ok.

Any ideas what i can do with this?

Can you show us the content of your .htaccess file?

Sure. I already install one more time symphony, but i have same thing.

### Symphony 2.0.x ###
Options +FollowSymlinks

<IfModule mod_rewrite.c>

RewriteEngine on
Options +FollowSymlinks
RewriteBase /sym/

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

### IMAGE RULES 
RewriteRule ^image/(.+.(jpg|gif|jpeg|png|bmp))$ extensions/jit_image_manipulation/lib/image.php?param=$1 [L,NC]

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

### ADMIN REWRITE
RewriteRule ^symphony/?$ index.php?mode=administration&%{QUERY_STRING} [NC,L]

RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteRule ^symphony(/(.*/?))?$ index.php?symphony-page=$1&mode=administration&%{QUERY_STRING}   [NC,L]

### FRONTEND REWRITE - Will ignore files and folders
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*/?)$ index.php?symphony-page=$1&%{QUERY_STRING}    [L]

</IfModule>

SecFilterEngine Off SecFilterScanPOST Off

######

Trying to look into this but it appears you’re working on it at the moment, yes?

Yeah, i try to install this one more time to make sure it’s not my fault ;) You can look at this now.

You could try to install it on a different subdomain, just to make sure it doesn’t interfere with anything else that might be on there.

phoque: same thing

PS. Same with Symphony 3 beta

From what I can tell at the moment, it looks like Rewrite issues:

  • If you go to http://intermarum.com/sym/ you’ll see that the styles don’t load. that’s because it’s looking for them in http://intermarum.com/workspace instead of http://intermarum.com/sym/workspace.
  • None of the links on this page work, which means that the Rewrites are not working correctly
  • If you go to http://intermarum.com/sym/symphony you get a 403 Forbidden message, which means that the URL is not being rewritten to index.php?mode=administration as it’s supposed to be.

We have progress ;) When i paste files to main folder it’s working: http://www.intermarum.com/index.php

On http://intermarum.com/symphony/ i still have 403, but ?mode=administration works fine :)

Yeah, mod_rewrite is not on or not working. Check with your host about that.

Create an account or sign in to comment.

Symphony • Open Source XSLT CMS

Server Requirements

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

Compatible Hosts

Sign in

Login details