html - how to display first page in localhost? -
i using xamp create website, having folder named html has page called cart.html
, folder html found in htdocs
, want cart.html
appear localhost being input in browser. when input http:// localhost/
, cart.html page should appear. unable do, can u suggest me how it.
simple htaccess rule:
redirect 301 index.html cart.html
assuming in same folder, otherwise replace whatever needed
Comments
Post a Comment