Monthly Archives: May 2014

Nette framework: .htaccess file

Playing with nette php framework, here is www/.htaccess file, which is working on 1and1 linux platform: AddType x-mapp-php5 .php Options +MultiViews # disable directory listing <IfModule mod_autoindex.c> Options -Indexes </IfModule> # enable #cool URL <IfModule mod_rewrite.c> RewriteEngine On #following line … Continue reading

Posted in workday | Leave a comment