PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
// example
// rewrites domain.com/article/articlename into domain.com/index.php?article=articlename
RewriteEngine On
RewriteBase /
RewriteRule ^(.*)article/(.*)$ $1index.php?article=$2
Last edited by delorian on Wed Jul 06, 2005 3:03 am, edited 1 time in total.