CodeIgniter Forums
Fully qualified SEO URLs, how to be allowed to use them? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Fully qualified SEO URLs, how to be allowed to use them? (/showthread.php?tid=10192)

Pages: 1 2 3


Fully qualified SEO URLs, how to be allowed to use them? - El Forum - 07-19-2011

[eluser]jmp909[/eluser]
Hi Joshua,

this is great I struggled with mod_rewrite then realised it would never know the difference between

/ci/some-class/some-method/some-var

and

/ci/subfolder/some-class/some-method

and i needed to protect the "-" in my var

but your router solution works perfect so far.

thanks very much for this
j.