Posts Tagged ‘.htaccess’

RegExp

This item was filled under [ random ]

Regular expressions are kinda ebil… I’m trying to learn and implement them in Apache .htaccess files and they are giving me hard time…
Apache rewrite module uses regular expressions to match string patterns >_<

Continue reading...

Tagged with: [ , , ]

Apache, URL Routing and Aliases

This item was filled under [ Programming, Web ]

Recently while playing with PHP and MVC architecture, I came accross a thingy called URL routing. It’s basically a mechanism to route various request to your applications through a definite point and thus to facilitate efficient, convenient and structured programming of web applications. Mostly, while using MVC, it’s preferred to route all requests to [...]

Continue reading...