>>>> How do I enable rewrite log? Is this from inside Typo3? >>>> >>>> The server i IIS >>> >>> No idea for IIS :( I used Apache even when I was on Windows. >> >> That's the point. How did you configure IIS to redirect all not >> existing pages to index.php? When you use Apache, you have to activate >> the default .htaccess that comes with TYPO3. But as IIS does not >> understand this, do you have some ISAPI filter you activated? Without >> asking IIS to redirect to index.php in case you try to get an non >> existing file, RealURL will not be called at all. Is this your problem? >> > Hi > > On the IIS server we have installed an application called ISAPI rewrite > which handles the url rewriting. The application comes with a httpd.ini > file where you write your rewrite rules - this usually works:
It seems that this ISAPI logs the rewritten URL. Thus you should see the URL that was rewritten in the log of your Web application itself. -- Xavier Perseguers http://xavier.perseguers.ch/en/tutorials/typo3.html _______________________________________________ TYPO3-english mailing list [email protected] http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
