hi all
I have a problem to install to my ftp se4 web social, to run install into this ftp web in chmod 750 this problem appeat to error 500 in web site.
who this problèm to this heberg?
you have a soulution to resolve this problem.
hi all
I have a problem to install to my ftp se4 web social, to run install into this ftp web in chmod 750 this problem appeat to error 500 in web site.
who this problèm to this heberg?
you have a soulution to resolve this problem.
Hello,
Please ensure you have NOTHING CHMOD 777. Generally, files should be 644 and folders 755. Also, please post the contents of the .htaccess file you have in the public_html directory. If using cPanel file manager you'll need to enable the viewing of dotfiles to see it.
Thanks.
it's my htacces.
into this public_html
# $Id: .htaccess 7539 2010-10-04 04:41:38Z john $
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
# Get rid of index.php
RewriteCond %{REQUEST_URI} /index\.php
RewriteRule (.*) index.php?rewrite=2 [L,QSA]
# Rewrite all directory-looking urls
RewriteCond %{REQUEST_URI} /$
RewriteRule (.*) index.php?rewrite=1 [L,QSA]
# Try to route missing files
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} public\/ [OR]
RewriteCond %{REQUEST_FILENAME} \.(jpg|gif|png|ico|flv|htm|html|php|css|js)$
RewriteRule . - [L]
# If the file doesn't exist, rewrite to index
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?rewrite=1 [L,QSA]
</IfModule>
# sends requests /index.php/path/to/module/ to "index.php"
# AcceptPathInfo On
# @todo This may not be effective in some cases
FileETag Size
Hello,
Please replace that with this:
Line added: RewriteBase / under RewriteEngine On.Code:<IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteBase / # Get rid of index.php RewriteCond %{REQUEST_URI} /index\.php RewriteRule (.*) index.php?rewrite=2 [L,QSA] # Rewrite all directory-looking urls RewriteCond %{REQUEST_URI} /$ RewriteRule (.*) index.php?rewrite=1 [L,QSA] # Try to route missing files RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} public\/ [OR] RewriteCond %{REQUEST_FILENAME} \.(jpg|gif|png|ico|flv|htm|html|php|css|js)$ RewriteRule . - [L] # If the file doesn't exist, rewrite to index RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?rewrite=1 [L,QSA] </IfModule>
Thanks.
i go testing this code.
hi this code resolv my problem thank and this problem now is hosting off!!!