.htaccess
From Blik
# php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php55” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php55 .php .php5 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /index.php?title=$1 [PT,L,QSA] RewriteRule ^/*$ /index.php [L,QSA] RewriteRule ^/index.php [L,QSA]