用的是phpStudy,php 5.2,apache 2.4。
出錯資訊:
Invalid command 'RewriteCompatibility2', perhaps misspelled or defined by a module not included in the server configuration
.htaccess檔案:
RewriteEngine OnRewriteCompatibility2 OnRepeatLimit 32RewriteBase # unsupported directive: [ISAPI_Rewrite]# 3600 = 1 hour# unsupported directive: CacheClockRate 3600
在http.config裡也添加上了ISAPI:
LoadModule isapi_module modules/mod_isapi.so
查了半天也沒發現問題在哪兒,請大家幫忙看下是什麼問題
回複內容:
用的是phpStudy,php 5.2,apache 2.4。
出錯資訊:
Invalid command 'RewriteCompatibility2', perhaps misspelled or defined by a module not included in the server configuration
.htaccess檔案:
RewriteEngine OnRewriteCompatibility2 OnRepeatLimit 32RewriteBase # unsupported directive: [ISAPI_Rewrite]# 3600 = 1 hour# unsupported directive: CacheClockRate 3600
在http.config裡也添加上了ISAPI:
LoadModule isapi_module modules/mod_isapi.so
查了半天也沒發現問題在哪兒,請大家幫忙看下是什麼問題
問題解決了,但可能跟我之前確定的問題沒啥關係。
因為我啟動並執行是另一套商業程式,這套程式是架在iis上的,所以後來換成iis後,就沒錯誤了。。。
給大家添麻煩了