|
11-09-2005, 09:16 AM | #1 |
Green Mole
Join Date: Nov 2005
Posts: 7
|
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. |
11-10-2005, 10:48 PM | #2 |
Head Mole
Join Date: May 2003
Posts: 2,539
|
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> ForceType application/x-httpd-php </Files> 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> ForceType application/x-httpd-php AcceptPathInfo On </Files>
__________________
Responses are offered on a voluntary if/as time is available basis, no guarantees. Double posting or bumping threads will not get your question answered any faster. No support via PM or email, responses not guaranteed. Thank you for your comprehension. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Search results returns blank page | Anton | Troubleshooting | 0 | 01-05-2006 09:56 PM |
how to stop search results being messed up all over page | supafunk | How-to Forum | 15 | 10-15-2005 11:05 PM |
Search page problems, no results | kalli | Troubleshooting | 1 | 09-03-2005 01:55 PM |
Search on search results page not working | bforsyth | Troubleshooting | 10 | 08-20-2004 10:35 PM |
highlight search results on page? | rediray | How-to Forum | 2 | 10-03-2003 04:40 AM |