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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -