# php -- BEGIN cPanel-generated handler, do not edit # Set the "ea-php56" package as the default "PHP" programming language. AddHandler application/x-httpd-ea-php56 .php .php5 .phtml # php -- END cPanel-generated handler, do not edit # Root requests (https://shortened.w2g.us/) still hit index.html/whatever # default file exists, since this rule only fires for paths that aren't # real files/directories — e.g. /aB3xZ9. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ redirect.php [QSA,L]