I would use CodeIgniter in my new project, but i only use the helper function, so
Can i run my php script as CodeIgniter restful Url function but not in MVC?
or i can done by Apache rewrite mod instead?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Apache rewrites would be more suitable if you don’t have a need to use CodeIgniter.
In your
.htaccessfile you’d use something like:Then you can use
http://yoursite.com/whateverand$_GET['page']will equalwhatever.