• Fabien Potencier's avatar
    merged branch mihai-rotaru/patch-1 (PR #658) · 1db76bc9
    Fabien Potencier authored
    This PR was merged into the master branch.
    
    Discussion
    ----------
    
    note that `mod_rewrite` needs to be enabled
    
    If `mod_rewrite` isn't enabled - like in default Apache installs and WAMP - it will result in 404's. I had this issue with the hello world zip distribution (SO question: http://stackoverflow.com/questions/15498419/why-am-i-getting-these-silex-404s) and it was quite difficult to track down. Almost made me give up on Silex, although this is of course not a Silex issue - but it can be challenging for beginners, and if you can't get the hello world to run it kinda takes the wind out of your sails.
    
    Commits
    -------
    
    091b99cb note that `mod_rewrite` needs to be enabled
    1db76bc9
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
src/Silex Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
composer.json Loading commit data...
phpunit.xml.dist Loading commit data...