PXLweb/TEDx/master/.htaccess
RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] <Files "index.php"> AcceptPathInfo On </Files> #RewriteEngine On #RewriteCond $1 !^(index.php|assets|robots.txt) #RewriteRule ^(.*)$ index.php/$1 [L,QSA]