OK... my dad uses FrontPage to create html pages
So previously to make a page there would be a php page called whatever.php and a html body called whateverbody.html and the php would simple 'include' the body as well as head.php and foot.php. This system worked but took time, so now I made dynamic urls
so www.domain.com/page.php?content=whatever
^that would load whateverbody.php with the head and body
The problem is this is not very memorable and the php files have got a lot of backlinks so it there a way of masking/redirecting any php page that is typed like pageone.php (not actually a physical file) and get it to redirect / mask to
www.domain.com/page.php?content=pageone
there will need to be some exeptions and there are some static urls that exist and with this rule they would not be able to be reached (:p i think)
Thanks guys,
Mutasim
EDIT: a mate of mine suggests something called mod_rewrite :S
So previously to make a page there would be a php page called whatever.php and a html body called whateverbody.html and the php would simple 'include' the body as well as head.php and foot.php. This system worked but took time, so now I made dynamic urls
so www.domain.com/page.php?content=whatever
^that would load whateverbody.php with the head and body
The problem is this is not very memorable and the php files have got a lot of backlinks so it there a way of masking/redirecting any php page that is typed like pageone.php (not actually a physical file) and get it to redirect / mask to
www.domain.com/page.php?content=pageone
there will need to be some exeptions and there are some static urls that exist and with this rule they would not be able to be reached (:p i think)
Thanks guys,
Mutasim
EDIT: a mate of mine suggests something called mod_rewrite :S
Last edited:






