hi, i've seen lots and lots and lots of these tutorials and different ways to implement this to your site. but it just doesnt work for me the way i want it to, or it works, but it is NOT secure, like anyone can add fake urls and i get the Warning: /var/usr/www/html/ etc... instead of redirecting to index.php
i have at the moment this url..
subdomain.mysite.com/index.php
subdomain.mysite.com/videos.php
subdomain.mysite.com/news.php
etc...
but i want the urls like this..
subdomain.mysite.com/
subdomain.mysite.com/?page=videos
subdomain.mysite.com/?page=news
i've seen the tutorials about including your pages in the index.php page, but all my pages are different and to include all my content of "videos.php" into "index.php" would just be a great mess in "index.php"
is there any way of helping me? or am i asking the impossible?
(not wanting to include my content into index.php)
:bemused: