Welcome Guest, Not a member yet? Register   Sign In
Problem with Routes
#12

[eluser]dootzky[/eluser]
@neen

nope. I know about case-sensitive PHP variables, but I still get nothing when routing with your code. Sad

@inparo

I've tried your .htaccess approach, but it's still not working. I'm realy confused, not sure what I'm doing wrong... :\

this is working:
/domino/article/84
/domino/article/index/84

and that's all good and normal, it works life before, as expected.

but this is stil not working:
/domino/article.php?aid=84

I don't even get redirected to "article" controller in CI, I just get "404 Page not found". :| why is that? Am I doing something wrong here? Sad

Are you sure that this will catch the 'old non-existing link':
Code:
#Old urls first
RewriteRule ^/article\.php?aid=([0-9]+)$ /article/index/$1 [R=301,L]

Please help me out just a little bit further, give me a doc-link to read if you don't have a solution, but I'm not sure why this is not working. And yes, mod_rewrite is working on my local (and production server) normally, I'm using it for some time now.

Any other .htaccess ideas? :|

Thanks again for help, to both of you.


Messages In This Thread
Problem with Routes - by El Forum - 09-05-2008, 12:03 AM
Problem with Routes - by El Forum - 09-05-2008, 01:04 AM
Problem with Routes - by El Forum - 09-05-2008, 01:18 AM
Problem with Routes - by El Forum - 09-05-2008, 01:31 AM
Problem with Routes - by El Forum - 09-05-2008, 01:32 AM
Problem with Routes - by El Forum - 09-15-2008, 01:11 PM
Problem with Routes - by El Forum - 09-15-2008, 01:22 PM
Problem with Routes - by El Forum - 09-15-2008, 01:24 PM
Problem with Routes - by El Forum - 09-15-2008, 03:52 PM
Problem with Routes - by El Forum - 09-15-2008, 03:58 PM
Problem with Routes - by El Forum - 09-15-2008, 04:05 PM
Problem with Routes - by El Forum - 09-16-2008, 08:05 AM
Problem with Routes - by El Forum - 09-16-2008, 08:22 AM
Problem with Routes - by El Forum - 09-16-2008, 02:25 PM
Problem with Routes - by El Forum - 09-16-2008, 03:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB