Hi
I tried to install SE4 but it failed to install , After uploading all SE4 trail files, I got an 500 error .
I couldnt know what wrong , Is this hosting plan wont support ?
could you help me in this regards ?
thank you
Hi
I tried to install SE4 but it failed to install , After uploading all SE4 trail files, I got an 500 error .
I couldnt know what wrong , Is this hosting plan wont support ?
could you help me in this regards ?
thank you
content of .htaccess file
# $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 the contents of the .htaccess file you posted with the text in the box below:
Code:# $Id: .htaccess 7539 2010-10-04 04:41:38Z john $ <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> # sends requests /index.php/path/to/module/ to "index.php" # AcceptPathInfo On # @todo This may not be effective in some cases FileETag Size
Hi
I did as you said, and I want to change the main domain , so I clicked modify domain and given the name . now the domain is active but it is display "Hi"
When I open my domain, Se4 installation is not running .
se4.x10.mx is the domain name
thank you
error
This webpage has a redirect loop
The webpage at http://se4.x10.mx/install/index.php has resulted in too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If not, it is possibly a server configuration issue and not a problem with your computer.
Here are some suggestions:
Reload this web page later.
Learn more about this problem.
Error 310 (net::ERR_TOO_MANY_REDIRECTS): There were too many redirects.
Last edited by vinaysudhir25789; 05-04-2011 at 07:09 PM. Reason: to add error message