Hi,

In order to make the new website's URLs easier to use, I'd like to propose
using mod_rewrite and having some rewrite rules to make the URIs more
readable.

Something along the lines of:

<IfModule mod_rewrite.c>
#RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_FILENAME} !-d
#RewriteRule ^(..)/(.*) /p.php?l=$1&p=$2 [L]
</IfModule>


which would make this URL:
http://enlightenment.org/p.php?p=about/libs&l=en
be:
http://enlightenment.org/en/about/libs



-- 
Chady 'Leviathan' Kassouf
http://chady.net/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to