tecnom1k3 / sp-simple-jwt

JSON web tokens
71 stars 42 forks source link

Fixed ajax request urls in main.js #12

Closed rajitha-bandara closed 8 years ago

rajitha-bandara commented 8 years ago

Fixed ajax urls to point login.php and resource.php.

tecnom1k3 commented 8 years ago

I'm curious on why the rewrite rules are not working for you. are you using Apache? if you do, do you have mod_rewrite enabled?

Seeing the increasing popularity of nginx, I might revert back to not rely on mod_rewrite and apply your fixes

rajitha-bandara commented 8 years ago

Sorry, I have missed .htaccess file.

I'm using Apache and rewrite module enabled.