Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialVadim Zelenin
13,045 PointsPHP Slim framework problem
I've created a fully described and open question is here on stackoverflow: http://stackoverflow.com/questions/31372089/simple-php-slim-project-errors
I very hope some of pros will have a look at my problem. Thank you.
1 Answer
Sajid Latif
Full Stack JavaScript Techdegree Student 22,368 PointsYou have to make a new file called ".htaccess " and input this:
RewriteEngine On
Some hosts may require you to use the RewriteBase
directive.
If you need to use the RewriteBase
directive, it should be the
absolute physical path to the directory that contains this htaccess file.
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L]