2010-03-09 6 views

답변

2
Options +FollowSymlinks 
RewriteEngine on 

RewriteRule ^(.+)\.xml$ documentRoot/app/webroot/$1.php [L] 
+2

는'옵션 + FollowSymlinks' 필요하다? – Josh

1
Redirect 301 /mySite/myFile.xml http://example.com/documentRoot/app/webroot/myFile.php 
관련 문제