Hi Guys,
I am developing a website and the index page url:
http://girtab2.ucc.ie/index.php/bis/
I would like the url of the index to appear to be:
index:
http://girtab2.ucc.ie/
page
http://girtab2.ucc.ie/students
I have tried changing the hpptd.conf file
<VirtualHost *:80>
ServerName girtab2.ucc.ie
DocumentRoot c:/wamp/www
</VirtualHost>
But
remains blank.
Would really appreciate a bit of help with this.