Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/apache2/apache2.conf
- <Directory /var/www/>
- AllowOverride All
- </Directory>
- /var/www/html/.htaccess
- RewriteEngine On
- RewriteBase /
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule ^(.*)$ index.php [QSA,L]
- [ cPanel ]
- .htaccess
- # php -- BEGIN cPanel-generated handler, do not edit
- # Set the “ea-php81” package as the default “PHP” programming language.
- <IfModule mime_module>
- AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
- </IfModule>
- # php -- END cPanel-generated handler, do not edit
- RewriteEngine On
- RewriteBase /
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule ^(.*)$ index.php [QSA,L]
- # php -- BEGIN cPanel-generated handler, do not edit
- # Set the “ea-php81” package as the default “PHP” programming language.
- <IfModule mime_module>
- AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
- </IfModule>
- # php -- END cPanel-generated handler, do not edit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement