Zen Follower
- Join Date:
- Nov 2007
- Posts:
- 166
- Plugin Contributions:
- 0
Simple SEO URL (OLD version) [support thread]
yellow1912:
define('HTTP_SERVER', 'http://www.craftmagick.com');
define('HTTPS_SERVER', 'https://www.zencrystals.com');define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/craftmagick/');define('DIR_FS_SQL_CACHE', '/home/zencryst/public_html/craftmagick/cache');
Changed configure.php as noted above
Getting 500 server error as follows when clicking any link in the store
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8i DAV/2 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at www.craftmagick.com Port 80
Here's a copy of my .htaccess file
#### BOF SSU
Options +FollowSymLinks -MultiViews
RewriteEngine On
# Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /
RewriteBase /craftmagick/
# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU
could I have done something wrong in .htaccess??