3 users online. Create an account or sign in to join them.Users
403 Forbidden just after installation
This is an open discussion with 15 replies, filed under Troubleshooting.
Search
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/workspaceinstead ofhttp://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=administrationas 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.
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: