Hi,
I am new to this application and also web application development. I have installed the application in my local and I get the home screen of the application in the below URL. I have checked-in demo data.
http://localhost/TastyIgniter/
But when I click any link, such as login or Register, I am being re-directed to the below following link by default. Is it some thing permission issue with my folder's. I have installed Xammp 32 bit on my windows-7 64bit machine.
http://localhost/dashboard/
Access Logs from Apache :-
"GET /TastyIgniter/main/views/themes/tastyigniter-orange/js/jquery.raty.js?ver=2.1.1 HTTP/1.1" 304 - "http://localhost/TastyIgniter/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36"
::1 - - [19/Dec/2016:22:24:51 +0530] "GET /TastyIgniter/assets/images/thumbs/no_photo-1170x420.png HTTP/1.1" 304 - "http://localhost/TastyIgniter/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36"
::1 - - [19/Dec/2016:22:24:51 +0530] "GET /TastyIgniter/main/views/themes/tastyigniter-orange/fonts/fontawesome-webfont.woff2?v=4.4.0 HTTP/1.1" 304 - "http://localhost/TastyIgniter/main/views/themes/tastyigniter-orange/css/font-awesome.min.css?ver=2.1.1" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36"
::1 - - [19/Dec/2016:22:26:35 +0530] "GET /TastyIgniter/reservation HTTP/1.1" 302 - "http://localhost/TastyIgniter/" "Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36"
Is any one facing the same issue ?. Please help me