![]() |
search results page
hi,
i am evaluating phpdig for use at a client's site but have yet to install it. Can somebody confirm whether it is possible to completely hide the fact that php is being used? i.e. do the results come back in a results.php page or similar? i realise that the form submission can just do a post action to search.php thanks, lukemack. |
If you want to change the .php file extensions to say .foo then you could try the following in an htaccess file to get the .foo files to evaluate as .php files:
Code:
<Files *.foo> If you want to change the search.php filename to search with no extension then you could instead try the following to get search to evaluate as the search.php file: Code:
<Files search> |
All times are GMT -8. The time now is 09:43 PM. |
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.