gensmusic/test/master/third_party/php/xphp/xphp/.htaccess - Htaccess File

gensmusic/test/master/third_party/php/xphp/xphp/.htaccess

<ifmodule mod_rewrite.c>
  RewriteEngine On
  
  
  RewriteCond %{QUERY_STRING} ^(.*)
    RewriteRule ^([a-z]{2,10})/$ /index.php?controller=$1&%1
    
    RewriteCond %{QUERY_STRING} ^(.*)
    RewriteRule ^([a-z]{2,10})/([a-z]{1,20})/$ /index.php?controller=$1&action=$2&%1

</ifmodule>

On Github License

Files

Download PDF of Htaccess file
QUERY_STRING

Comments

Apache