Using NginX and Laravel: URL Rewrites
问题 I'm trying to setup the Laravel framework on my VPS running CentOS 6.4 and NginX 1.8. I can get everything else to work perfectly, except I can't get the cleaner URLs to work, like using "website.com/home" instead of "website.com/index.php/home". Can anyone help? This is the contents of my virtual host configuration file currently. server { listen 80; server_name swati.havok.semicolony.com; access_log /usr/share/nginx/semicolony.com/_subdomains/swati/storage/logs/access.log; error_log /usr