Hello,
I am new to PHP and I am wondering how can I set index.php to default url
when accessing my site.
Eg. http://www.yyyy.com/ will access the file
http://www.yyyy.com/index.php.
And how can I get the same file writing only http://www.yyyy.com/index
And generally, can this be done for all files? Eg.
http://www.yyyy.com/pages/house will access
the page http://www.yyyy.com/pages/house.php
- Terje
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
I am new to PHP and I am wondering how can I set index.php to default url
when accessing my site.
Eg. http://www.yyyy.com/ will access the file
http://www.yyyy.com/index.php.
And how can I get the same file writing only http://www.yyyy.com/index
And generally, can this be done for all files? Eg.
http://www.yyyy.com/pages/house will access
the page http://www.yyyy.com/pages/house.php
- Terje
--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Comment