diaa Posted January 3, 2009 Share Posted January 3, 2009 Hi all , Please help me in this problem : I've php site www.egyptcv.com and i made mod_ rewrite to it . this is the original php url : ?view=course&id=$num. this is the code for mod_rewrite RewriteRule ^courses/training-course-*N-([0-9]+)\.html$ /?view=course&id=$1 [L] when i click on this link work fine : http://www.egyptcv.com/courses/training-course-N-32.html but when i try to login to my account on the web site with above url i found this error : URL : http://www.egyptcv.com/courses/login.php Not Found The requested URL /courses/login.php was not found on this server. while if i write this URL http://www.egyptcv.com/?view=course&id=32. then i tried to log in it works . Please help me with this problem as it makes problem to me . Regards and thanks Diaa Bendary Link to comment https://forums.phpfreaks.com/topic/139305-urgent-on-error-404-not-founf/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.