I had a script that ran weather update urls in /weather which is now deleted
These types of urls are 404'ed and need to be redirected to /index.php as I show below
www.atlanticcity.com/weather/index.php?config=&forecast=pass&pass=local_radar&dpp=1&radar_icao=karx&hwvradartype=comp&place=wisconsin+rapids&state=wi&zipcode=&country=us&county=55141&zone=WIZ035
This I tried and doesnt work....
RewriteRule ^weather/(.*) http://www.atlanticcity.com [R=301,L]