I re-did my portfolio site recently, and I'm trying to make it so that when someone clicks a link to my and old project (ie /philosophy.php) that it takes the name of that file (philosophy) and then adds it to an id indicator # and loads to my new page with that ID selected so it automatically scrolls to that project.
Click link > http://www.studioimbrue.com/philosophy.php Redirect > http://www.studioimbrue.com/#philosophy
I am using this right now: <meta http-equiv="Refresh" content="1; URL=http://www.studioimbrue.com/">
and I added #<!--#echo var="$_SERVER['PHP_SELF']" -->
but it just comes up as (none).