Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Was testing and found that the PHPRunner does not generate url Friendly, I wonder if there is any possibility to manipulate the information via .htaccess.eg table_list.php = list /
Check this for inspiration:http://www.asprunner.com/forums/topic/6341-mod-rewrite-for-seo-friendly-pages/
Check this for real:RewriteEngine OnRewriteBase /RewriteRule ^([a-z]+)\.html$ /index.php?$1 [R,L]