Forum Moderators: phranque

Message Too Old, No Replies

Problem with mod rewrite and search utilities

check this out...

         

David Bruning

10:19 pm on Mar 15, 2005 (gmt 0)

10+ Year Member



I now have several mod rewrite sites that work very well.

However I want to add a search feature to it and most search scripts seem to simply check for html, php, etc files on the server. Naturally it doesn't see any of the mod rewrite urls.

Since some of you are very familiar with this technology, I'd like to know what you use for a site search that includes the mod rewrite links.

Thanks as always guys! :)

sitz

11:50 pm on Mar 15, 2005 (gmt 0)

10+ Year Member



If you're running site indexing software than walks your filesystem, you can't (TTBOMK), since virtual URL are, by definition, not on the filesystem. Something that walked your site HTTP-wise and followed links to virtual URLs would work, though.