chusopr / casimir

Yet Another URL Shortener
http://casim.ir/
MIT License
18 stars 11 forks source link

Cannot view shortened links #10

Closed ghost closed 11 years ago

ghost commented 11 years ago

I'm using Kali Linux (Debian) with Apache 2.2 and MySql 5.5.31. I installed the lastest version of Casimir and have followed your documentation instructions. I can shorten a link, yet when I click on the shortened link, it doesn't bring me to the site.

I have the site enabled with "a2enmod enabled".

screen shot 2013-07-16 at 10 55 11 am [The above picture shows I have a shortened link] screen shot 2013-07-16 at 10 55 27 am [This above picture shows that I clicked on the link] screen shot 2013-07-16 at 11 26 47 am [The above picture shows that I have a MySQL entry]

ghost commented 11 years ago

Another thing I'm noticing, it doesn't seem like the 'casimir_stats' table in the database is being updated at all.

ghost commented 11 years ago

[ISSUE SOLVED!]

It isn't in the instructions, but make sure to go into your default Apache site configuration (/etc/apache2/sites-available/default) and change "AllowOverride None" to "AllowOverride All". This will fix the problem.