A programmer’s paranoia

Confessions of an hacker

A programmer’s paranoia header image 4

URL rewrite in subfolders

December 17th, 2008 · 3 comments

If you are in an Apache webserver, like me, probably you know what mod_rewrite is. This Apache module is able to output very nice URL that are SEO-friendly. For example now you are reading my blog and my blog run under the wordpress engine. Wordpress make intensive use of mod_rewrite. The main .htaccess file is:
RewriteEngine [...]

[Read more →]

Tags: hacking