RewriteRule ^(.+)\.aspx$ $1.php [R=301]
I tried the rule above which almost works. It turns
www.***.com/index.aspx
into
www.***.com/full/path/on/the/server/index.php
how do i get rid of the server path?
Posted 13 April 2012 - 01:28 PM
RewriteRule ^(.+)\.aspx$ $1.php [R=301]
www.***.com/index.aspx
www.***.com/full/path/on/the/server/index.php
|
|
Query failed: connection to localhost:3312 failed (errno=111, msg=Connection refused).
|
