#mod_rewrite
2 posts tagged mod_rewrite. Clear filter
-
Apache Rewrite Rule for Mapping to index.php in Sub Folders
Below is an example URL structure with rewrite rules using an Apache .htaccess file. GET /a/ = a/index.php GET /a/b/ = a/b/index.php GET /a/b/c/ = a/b/index.php This URL mapping will give you...
-
Mod_Python and Web.py on Ubuntu
Download First install mod\python for Apache and then restart/reload the server. Next grab the web.py framework from webpy.org. You can grab the tar or use easy\install depending on your setup....