.htaccess to isapi mod 2
Paul de Zwaan
12/09/2009 22:33:00iemand verstand van isapi?
ik moet dit omzetten naar de correcte code van isapi mod. 2
RewriteEngine On
RewriteBase /
# Rewrite all xml-extensions to php-extensions if xml-file does not exist
RewriteCond %{REQUEST_FILENAME} \.xml$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . http://www.fishguppy.nl/photo_slider\.xml [L]
ik moet dit omzetten naar de correcte code van isapi mod. 2
RewriteEngine On
RewriteBase /
# Rewrite all xml-extensions to php-extensions if xml-file does not exist
RewriteCond %{REQUEST_FILENAME} \.xml$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule . http://www.fishguppy.nl/photo_slider\.xml [L]
Gewijzigd op 01/01/1970 01:00:00 door Paul de Zwaan
Er zijn nog geen reacties op dit bericht.