I have a admin folder where various .html files are there what happening is when i type http://mydomain.com/index.html it opens up a page and various other page but i want to put restrictions that if user is logined then only he can open other pages otherwise not.
What i know is this can done using session variable like putting is_login=true in session redirecting page according to that,but my all pages are .html not .php and is there any other way of doing??