13 lines
436 B
ApacheConf
13 lines
436 B
ApacheConf
|
|
RewriteEngine On
|
||
|
|
|
||
|
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||
|
|
RewriteCond %{REQUEST_FILENAME} !-d
|
||
|
|
|
||
|
|
RewriteRule . index.php
|
||
|
|
|
||
|
|
# php -- BEGIN cPanel-generated handler, do not edit
|
||
|
|
# NOTE this account's php is controlled via FPM and the vhost, this is a place holder.
|
||
|
|
# Do not edit. This next line is to support the cPanel php wrapper (php_cli).
|
||
|
|
# AddType application/x-httpd-ea-php71 .php .phtml
|
||
|
|
# php -- END cPanel-generated handler, do not edit
|