Loading...
Loading...
Configuration for Virtual Hosts, .htaccess, and PHP-FPM in LAMP stacks.
npx skill4agent add sraloff/gravityboots apache-lamp-config.htaccesssites-availablesites-enabledpublic/<Directory "/var/www/site/public">
AllowOverride All
Require all granted
</Directory>RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]max_execution_timememory_limit