Search found 1 match

by sheline
Sun 9. Nov 2003, 12:48
Forum: phpwcms Feature Requests
Topic: mod_rewrite request
Replies: 8
Views: 6557

If you want links like "52,34,1,0,0,0.html" just create an .htaccess with following options:

RewriteEngine on
RewriteRule ^(.*)\.html$ index.php?id=$1
RewriteRule ^index.html$ index.php

Copy this .htaccess into the root directory (where phpwcms is installed).

Now you can access your page with ...