aebstract Posted September 23, 2008 Share Posted September 23, 2008 Hrm, okay I have a link in the form of /prices/editmused/12,1/ When I go to this page, I get a 404 error. I am using prices to include page prices.php and editmused/12,1/ are variables $var1 and $var2. Whenever the second spot is a solid number without any character in between I can run the page just fine, but I need it to have some sort of number separator. Any ideas on what I can do? Link to comment https://forums.phpfreaks.com/topic/125475-solved-trouble-with-link-returning-404/ Share on other sites More sharing options...
discomatt Posted September 23, 2008 Share Posted September 23, 2008 This probably has something to do with a mod_rewrite rule in your .htaccess file. Link to comment https://forums.phpfreaks.com/topic/125475-solved-trouble-with-link-returning-404/#findComment-648697 Share on other sites More sharing options...
JonnoTheDev Posted September 23, 2008 Share Posted September 23, 2008 Whats wrong with /prices/editmused/12/1/ Link to comment https://forums.phpfreaks.com/topic/125475-solved-trouble-with-link-returning-404/#findComment-648699 Share on other sites More sharing options...
aebstract Posted September 23, 2008 Author Share Posted September 23, 2008 Well, I guess it is my rewrite rule and I guess I can use 12/1, I thought I had it coded only for the two places but I have it set up for up to 4 spots. Sorry about this stupid issue ;( Link to comment https://forums.phpfreaks.com/topic/125475-solved-trouble-with-link-returning-404/#findComment-648705 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.