如果檢查http的錯誤訊息出現
/home/website/.htaccess: Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
請檢查 httpd.conf
LoadModule rewrite_module libexec/apache24/mod_rewrite.so
是否有把# 拿掉
重新啟動apache 即可生效
apachectl restart
- Mar 02 Fri 2018 14:58
-
apache 出現 Invalid command 'RewriteEngine', perhaps misspelled or defined by a module not included in the server configuration
請先 登入 以發表留言。