.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
Post a Comment