Posted by Henrik Hansen on 03/21/06 10:14
Badr.ALmuzini@gmail.com writes:
> hi,there
>
> how can i make php file extension hidden in the URL somthing like this
> (http://mail.google.com/mail/?view)
If you do this the parameter ?view is appended the index.php file in
that dir, so it's quite easy, just make sure your index.php
understands ?view. Another way is to make .html (.htm) files to be
parsed as php, then you have index.html but you can actually use
php in the file.
--
Henrik Hansen
[Back to original message]
|