Connecting Tech Pros Worldwide Forums | Help | Site Map

PHP MVC Framework -> URL problem

Newbie
 
Join Date: Sep 2007
Posts: 11
#1: Oct 12 '07
Hi guys

Currently i have developed an application using a certain mvc framework

url goes: //localhost/index.php/product/list
this works fine on my local computer

and i have 2 subscriptions to different webhosts

url goes:
//domain_A/index.php/product/list
//domain_B/index.php/product/list

On Domain A, i can view it perfectly well too
On Domain B however. it seems that i get 500 server internal error. Any idea on what might be causing this problem? Could it be that the server is "trying to assume that i am accessing a directory" because of the url looks

Thanks~
Regards
Velis
pbmods's Avatar
Site Moderator
 
Join Date: Apr 2007
Location: Texas
Posts: 5,435
#2: Oct 13 '07

re: PHP MVC Framework -> URL problem


Heya, Velis.

Have a look at this article.
Reply