.htaccess not working on xampp localhost server -


.htaccess not working on xampp localhost server

i tried lot of methods on stackflow still coudn't work.. should do? please..

i'm hosting on godaddy , it's working online not working on xampp localhost

found problem!

i added -multiviews .htaccess file when upload godaddy server, otherwise wouldn't work on godaddy.. had change -multiviews +multiviews

before

rewriteengine on options +followsymlinks -multiviews -indexes 

after

rewriteengine on options +followsymlinks +multiviews -indexes 

Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -