Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. saraadmin

    rewrite vs. 404

    OK, I've managed to work this out now: RewriteCond %{QUERY_STRING} ^artist_id=([0-9]+)$ RewriteRule ^/search_from_listings\.php$ http://localhost/?artist&id=%1 [L]
  2. saraadmin

    rewrite vs. 404

    OK, this is getting really desperate. Why does this match: RewriteRule ^/search_from_listings.php?(.*)$ http://localhost/$1 while this doesn't: RewriteRule ^/search_from_listings.php?artist_id=([0-9]*)$ http://localhost/?artist&id=$1 If anyone has absolutely any ideas at all please just tell me!
  3. saraadmin

    rewrite vs. 404

    I'm just trying to provide some backwards compatibility to on old version of my PHP database. I've got the following RewriteRule: RewriteRule ^/search_from_listings\.php\?artist_id=([0-9]+)$ /?artist&id=$1 [R] which I want to direct requests like...

Part and Inventory Search

Back
Top