"The requested URL was not found"解决办法
I have the Rewrite commands in the .htaccess file like so:
RewriteCond %{REQUEST_FILENAME} !-dRewriteCond %{REQUEST_FILENAME} !-fRewriteRule ^ index.php [QSA,L]
I have the Slim hello code in the index.php file:
<?php r