0
我有一個Apache的htacess文件無法正常工作。htaccess - rewritecond問題
我有一個默認的cactch - 所有抓取所有請求,但它仍然捕捉它上面匹配的URL(ajax/*)。我認爲,匹配不包含Ajax的url的條件會阻止它,但事實並非如此。
RewriteRule ^ajax/(.*)$ process_lite.php [QSA,L]
RewriteRule ^resources/(.*)$ resources/$1 [L]
RewriteCond %{REQUEST_URI} !\.(css|jpg|js|gif|png)$
RewriteCond %{REQUEST_URI} !^ajax
RewriteRule ^(.*)$ process.php [QSA,L]
有人可以幫我嗎?
感謝您幫助我解決我的問題:) – Joe 2012-01-13 19:21:06