WillyJimmyDev / simple-quiz

A simple quiz administration written in PHP with a MySQL backend. Uses Bootstrap 3 and Slim PHP micro framework
http://elanman.com/simple-quiz/
Apache License 2.0
164 stars 73 forks source link

Unable to "start quiz' redirects to homepage. #19

Closed f00d4tehg0dz closed 8 years ago

f00d4tehg0dz commented 8 years ago

I'm having a strange issue where any quiz I try to start it redirects me back to http://localhost/simple-quiz/public/

I'm running XAMPP on my MAC machine at the moment. My .htaccess is

Options +FollowSymlinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}.php -f RewriteRule .* %{REQUEST_URI}.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [QSA,L]

I've tried changing values and no luck. Just cannot get it to start a quiz. Any ideas?

f00d4tehg0dz commented 8 years ago

nevermind. figured out the problem. when I'm an admin i'm unable to take the quizzes. as a regular user it works.