I have two pages:
http://arbsq.net/canvas/index.htm
http://arbsq.net/canvas/index.py
When I want to make the address http://arbsq.net/canvas automatically redirtect to index.py, I use the following htaccess:
//301 Redirect Old File
Redirect 301 index.htm index.py
but it keeps causing the obscure 500 Internal server error if I use any of the addresses:
http://arbsq.net/canvas/index.htm
http://arbsq.net/canvas/index.py
I checked all other possible problems (file permission..etc), and I am lmost sure it is the htaccess...Any idea what can the problem be