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

Link is not working #1

Closed vinaynoah closed 10 years ago

vinaynoah commented 10 years ago

I am a newbee.. somehow I am able to get it up and running in wamp but when I click on the link "Web Acronyms" at the right part of the application it says

Not Found

The requested URL /sq/public/quiz/1 was not found on this server.

Could you please share the step by step process for production set up ?

1 2

WillyJimmyDev commented 10 years ago

Hi Vinay, It looks like your .htaccess file is not working. Is your server set up to allow .htaccess files? Have you enabled mod_rewrite in WAMP settings? It should be in the Apache modules settings accessed from the tray icon I think. Once you have enabled mod_rewrite, restart WAMP and try again.

vinaynoah commented 10 years ago

Hi Elan,

I enabled mod_rewrite and its working fine. Thanks a lot :-)

WillyJimmyDev commented 10 years ago

Hi Vinya,

That's great; glad to hear it was a simple fix.

I've updated the README and the wiki to mention the need for the mod_rewrite module.

Thanks again.