This topic is locked

phprunner .htaccess

4/12/2016 3:07:47 PM
PHPRunner General questions
S
skbrasil author

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 /

Sergey Kornilov admin 4/12/2016
HJB 5/2/2016

Check this for real:

RewriteEngine On

RewriteBase /

RewriteRule ^([a-z]+)\.html$ /index.php?$1 [R,L]