1 shatterstar Dec 11, 2005 00:35
3 shatterstar Dec 11, 2005 01:33
That sounds really complicated... I could try it, but I'd probably mess something up.
You said you don't think the extension is the problem... any other ideas?
4 blueyed Dec 11, 2005 01:37
I'd ask the TagScout support or search their support forums (if there are any) and/or Google of course.
You could configure your webserver like this in .htaccess (Apache and mod_rewrite would be required):
RewriteEngine On
RewriteRule ^/rss/blog_([0-9]+).rss$ /xmlsrv/rss2.php?blog=$1 [L]
This would redirect /rss/blog_2.rss to /xmlsrv/rss2.php?blog=2.
On the other hand I don't believe that this is the root of the problem (the extension of the URL).