Thanks. Upgraded.
I have a weird problem.
I have a web farm (2 IIS servers) and the rewrite to SEO links work fine on one sever and not on the other. I know there must be something differn't but what.
Here's he code on both servers:
Quote:
'^local_links\.php$' => 'downloads.html',
'^local_links\.php?' => 'downloads.html',
'^downloads\.php$' => 'downloads.html',
'^downloads\.php?' => 'downloads.html',
|
On one server this works great on the other no matter what I click it keeps returning to downloads.html main page.
Any ideas?