Search found 1 match

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

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 w...