proggie asked:
I have seen scripts which run in this format
index.php/pack/?id=1
where it is like a folder inside a php file ?
how can u program it like this and how does it work ?
apache rewrite ? if so can any body give me an example ?
Well this seems to be something to deal with .htaccess and url rewriting. someone who is fluent with that if possible give me a few examples on how to make the above link function on my index.php
I had seen this link before ,even others which explain url rewriting, but i couldnt understand exactly how to do the above. I have done others like to redirect files without extension but now how to do the above. Can you post me an example which can function the above link
I have seen scripts which run in this format
index.php/pack/?id=1
where it is like a folder inside a php file ?
how can u program it like this and how does it work ?
apache rewrite ? if so can any body give me an example ?
Well this seems to be something to deal with .htaccess and url rewriting. someone who is fluent with that if possible give me a few examples on how to make the above link function on my index.php
I had seen this link before ,even others which explain url rewriting, but i couldnt understand exactly how to do the above. I have done others like to redirect files without extension but now how to do the above. Can you post me an example which can function the above link
Here’s a decent guide on doing it:
http://www.devshed.com/c/a/apache/search…
http://www.betterpets.info
Fire Your Programmer grab your copy of Robert Planks Five Minute PHP

Post a Comment
You must be logged in to post a comment.