2011-02-26, 01:55:06
Hi,
I recently built a site with this fantastic CMS: http://www.cupboardsandcabinets.co.za/
I wanted to use the .htaccess file to redirect the non-www version of the site to the www version.
I made the necessary changes to the htaccess file and uploaded it, but it crashed the site. No problem. I just uploaded the original htaccess file, but alas, the site still gives a 500 Internal Server Error message, even with the original htaccess file.
Now, the home page displays fine. It's when you click on links to the other pages that it throws out this error.
Here's the current htaccess code:
AddDefaultCharset UTF-8
RewriteEngine on
RewriteBase /cupboardsandcabinets.co.za/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [QSA,L]
I enabled debug mode, but I suspect this won't help solve the issue, right?
I recently built a site with this fantastic CMS: http://www.cupboardsandcabinets.co.za/
I wanted to use the .htaccess file to redirect the non-www version of the site to the www version.
I made the necessary changes to the htaccess file and uploaded it, but it crashed the site. No problem. I just uploaded the original htaccess file, but alas, the site still gives a 500 Internal Server Error message, even with the original htaccess file.
Now, the home page displays fine. It's when you click on links to the other pages that it throws out this error.
Here's the current htaccess code:
AddDefaultCharset UTF-8
RewriteEngine on
RewriteBase /cupboardsandcabinets.co.za/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9-]+)/?$ index.php?id=$1 [QSA,L]
I enabled debug mode, but I suspect this won't help solve the issue, right?
Manager of a manufacturing workshop.