PhpDig.net

Go Back   PhpDig.net > PhpDig Forums > How-to Forum

Reply
 
Thread Tools
Old 11-09-2005, 08:16 AM   #1
lukemack
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.
lukemack is offline   Reply With Quote
Old 11-10-2005, 09:48 PM   #2
Charter
Head Mole
 
Charter's Avatar
 
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>
Of course you'd need to check the code too for any use of .php in paths and links and change those to .foo also.

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>
Where SEARCH_PAGE is set to search in the PhpDig config file.
__________________
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.
Charter is offline   Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Search results returns blank page Anton Troubleshooting 0 01-05-2006 08:56 PM
how to stop search results being messed up all over page supafunk How-to Forum 15 10-15-2005 10:05 PM
Search page problems, no results kalli Troubleshooting 1 09-03-2005 12:55 PM
Search on search results page not working bforsyth Troubleshooting 10 08-20-2004 09:35 PM
highlight search results on page? rediray How-to Forum 2 10-03-2003 03:40 AM


All times are GMT -8. The time now is 10:02 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2001 - 2005, ThinkDing LLC. All Rights Reserved.