baiwenlu/sailor/master/src/sailor/blank-app/.htaccess - Htaccess File

baiwenlu/sailor/master/src/sailor/blank-app/.htaccess

LuaPackagePath "{{path}}/?.lua"
<FilesMatch ".lua$">
  AddHandler lua-script .lua
</FilesMatch>
DirectoryIndex index.lua

#Uncomment these lines to enable friendly urls on apache

#RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule ^([^/]+)/([^/]+)/([^.]*)$ index.lua?r=$1/$2&q=$3 [L]
#RewriteRule ^([^/]+)/([^/]+)$ index.lua?r=$1&q=$3 [L]
#RewriteRule ^([^.]+)$ index.lua?r=$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache