Switch to full style
Dynamic open source server-side web development
Post a reply

Easyphp url rewriting 500 server error

Thu Sep 04, 2008 6:42 pm

Am using easyphp8 and i was trying to do mod URL rewriting .but i had the following error 500 server not found .
Code:
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator

After one day i found the solution . You have to go to httpd.conf file in your easyphp and uncomment the following lines :
LoadModule speling_module modules/mod_speling.so
LoadModule rewrite_module modules/mod_rewrite.so
AddModule mod_rewrite.c

uncommented it

and restart easyphp and apache server

it works fine now :yahoo:
.htaccess file contain
RewriteEngine on
RewriteRule ^old.html$ new.html



Re: Easyphp url rewriting 500 server error

Thu Oct 23, 2008 11:34 pm

it should say:

500 internal server error

not [500 server not found]

anyway the problem is that you have to not use the .htaccess files for manipulating php configurations, it's obligatory to use the php.ini file instead.

Re: Easyphp url rewriting 500 server error

Fri Oct 24, 2008 12:27 am

thanks for reply , , ,

am using .htaccess for url rewriting ,php.ini not related to the rewriting here :think:

Post a reply
  Related Posts  to : Easyphp url rewriting 500 server error
 cookies &rewriting URL     -  
 Sql server or windows server question?     -  
 ERROR     -  
 Check DNS error     -  
 skymiles error     -  
 Deliberate Error     -  
 Java error     -  
 error in code     -  
 Greenmiles2 Small error     -  
 error in inserting record     -