neosin/Wicked/master/samples/helloworld/.htaccess
SetEnv PHP_VER 5_4 <IfModule mod_rewrite.c> RewriteEngine On # RewriteBase /github/Wicked/apps/helloworld/ RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !favicon.ico$ RewriteRule ^(.*)$ index.php?$1 [QSA,L] </IfModule>
Files
