browse by tag: urls
sort by
Enhancing a URL Handling Helper Class in PHP 5
in PHP added by goodphptutorials, on 12/8/2009 beginner tutorials general php5 url
Are you a PHP developer wishing to find an approachable guide that walks you through building different kinds of helper classes in PHP 5? Then look no further, because this group of articles may be the material that you really need.
comment save reportMaking Clean Url's With PHP and mod_rewrite
in PHP added by Slipszenko, on 23/11/2007 clean seo urls
A tutorial on making clean (search engine friendly) urls with mod_rewrite.
comment save reportmod_rewrite: A Beginner's Guide to URL Rewriting
in PHP added by goodphptutorials, on 31/1/2007 beginner tutorials mod_rewrite url
Most of you will have read and/or heard about mod_rewrite -- yes, it's an Apache module, and it's even installed by default! Go and check your modules directory (note that under *nix operating systems there's a chance that your Apache was compiled with missing mod_rewrite, in which case, consult your sysadmin).
comment save report