Difference between revisions of ".htaccess"

From Blik
Jump to: navigation, search
(Created page with " # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php55” package as the default “PHP” programming language. <IfModule mime_module> AddHandler appli...")
 
 
Line 1: Line 1:
 +
<pre>
  
 
# php -- BEGIN cPanel-generated handler, do not edit
 
# php -- BEGIN cPanel-generated handler, do not edit

Latest revision as of 11:33, 4 April 2021


# 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]