danmichaelo/UKBot/master/public_html/.htaccess - Htaccess File

danmichaelo/UKBot/master/public_html/.htaccess

RewriteEngine On

# Don't interfere with static files
RewriteCond %{REQUEST_FILENAME} -d [OR]
RewriteCond %{REQUEST_FILENAME} -f
RewriteRule . - [L]

RewriteRule ^(.*)$ /ukbot/webfront.py/$1 [L]

#RewriteEngine On
#RewriteCond %{REQUEST_FILENAME} !-f # Don't interfere with static files
#RewriteRule ^(.*)$ /ukbot/application.cgi/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, static

Comments

Apache