remove index.php from homepage after link directs to it -
in pages logo link homepage. in homepage in url bar written localhost after click on link , go index.php, written in th url bar, localhost/index.php. how remove index.php there? not use rewrite function in .htaccess.
in pages logo link homepage. in homepage in url bar written localhost after click on link , go index.php, written in th url bar, localhost/index.php. how remove index.php there? not use rewrite function in .htaccess.
just use / href
<a href="/"><img src="mylogo.png" /></a>
Comments
Post a Comment