Published in: Apache
RewriteEngine on RewriteBase / RewriteRule ^[a-z0-9_-]+/([0-9]+)\.html$ story.php?id=$1 [L,NC]
You need to login to post a comment.
Pro Apache
In addition to installation, maintenance, and deployment, the book demonstrates how to configure Apache to use Perl, PHP, and Python as server-side scripting languages. And unlike other books on Apache, Pro Apache provides comprehensive information on both major revisions - 1.3 and 2.0 - of the software.
Tamedo on 04/08/08
Published in: Apache
RewriteEngine on RewriteBase / RewriteRule ^[a-z0-9_-]+/([0-9]+)\.html$ story.php?id=$1 [L,NC]
You need to login to post a comment.