Welcome Guest, Not a member yet? Register   Sign In
500 internal server error
#5

[eluser]learning_php[/eluser]
Hi,

I had a search and i think it is something to do with my .htaccess file so i changed it to this:
Code:
<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteBase /www.wesayido.co.uk/
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(.*)$/index.php/$1 [QSA,NC,L]
</IfModule>

<IfModule !mod_rewrite.c>
  # If we don’t have mod_rewrite installed, all 404’s
  # can be sent to index.php, and everything works as normal.

  ErrorDocument 404 /index.php
</IfModule>

I no longer get the internal server error but get a

Not Found

The requested URL /info was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Is something wrong with my .htaccess file?


Messages In This Thread
500 internal server error - by El Forum - 05-05-2009, 02:09 AM
500 internal server error - by El Forum - 05-05-2009, 02:14 AM
500 internal server error - by El Forum - 05-05-2009, 02:42 AM
500 internal server error - by El Forum - 05-05-2009, 02:46 AM
500 internal server error - by El Forum - 05-05-2009, 03:44 AM
500 internal server error - by El Forum - 05-05-2009, 05:28 AM



Theme © iAndrew 2016 - Forum software by © MyBB