Project

General

Profile

Lua rewrites

Added by CyberCr33p over 14 years ago

I have this rewrite:

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]

and I want to create a Lua rewrite.

Any help?


Replies (1)

    (1-1/1)