htaccess & Joomla - Error 500
Hi there,
I'm having problems with Joomla sites I host on hostican. Until recently I had a domain, coburnhouse.com, that used Joomla 1.0.x. It used sh404SEF to make the URL's search engine friendly and the site worked perfectly up until a week or so ago. Suddenly when you hit the domain (index.php) you got an error 500. However if you hit a page/file in a subdirectory it worked fine. It seems it's only the redirects that are playing up. So I disable the sh404SEF and suddenly I can access the index.php file on the domain.
If I try one of the SEO friendly URL's in the browser it just lands on the index.php.
I'm wondering whether this is due to a change to the server configuration by HostIcan as I haven't made any changes myself.
Here is what is unhashed in my .htaccess file...
RewriteEngine On
DirectoryIndex index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteRule ^(content/|component/) index.php
RewriteCond %{REQUEST_URI} ^(/component/option,com) [NC,OR] ##optional - see notes##
RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$ [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule (.*) index.php
Many thanks
Last edited by mtippett : 05-06-2008 at 08:07 AM.
Reason: extra info
|