Turn on PHP Short tags Uncomment pdo_mysql, curl and other modules that are required. sudo a2enmod rewrite # For laravel 4 projects sudo apt-get install…
These are generic rules. Should work out of the box for any site. RewriteEngine on RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. RewriteCond %{HTTPS}s ^on(s)| RewriteRule…