Hi there,
Is it possible to use the URL rewriting to make all ASPX requests such as
http://webserver/main.aspx
become
http://webserver/main
?
I tried using
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ $1.aspx [L,QSA]
This however, did not appear to work
Thanks,
Gary



Reply With Quote

Bookmarks