nginx转apache ,规则配置如何写?

nginx的:

location / { 
   try_files $uri $uri/ /index.php?$uri&$args;
}

请教 apache的怎么写?


慕婉清6462132
浏览 2082回答 2
2回答

慕仙森

RewriteEngine onRewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*)$ index.php?$1 [L]
打开App,查看更多内容
随时随地看视频慕课网APP