Hi
I want to hide the php files from my urls.
My only idea is to have each file in its own directory as a default.php file.
So instead of this ...
xxx.com/about.php
.... rename about.php to default.php and put in a directory /about ...
xxx.com/about/
This way I dont need to reference any php files explicitly.
Is this the best idea in regards to this issue?
Would appreciate any other ideas/advice!
thanks
Rita
I want to hide the php files from my urls.
My only idea is to have each file in its own directory as a default.php file.
So instead of this ...
xxx.com/about.php
.... rename about.php to default.php and put in a directory /about ...
xxx.com/about/
This way I dont need to reference any php files explicitly.
Is this the best idea in regards to this issue?
Would appreciate any other ideas/advice!
thanks
Rita
Comment