随笔分类 -  apache

摘要:原文: https://www.digitalocean.com/community/tutorials/how-to-create-an-ssl-certificate-on-apache-for-centos-7Introduction TLS, or "transport layer secu 阅读全文
posted @ 2016-07-17 22:29 qike 阅读(359) 评论(0) 推荐(0)
摘要:参考:http://www.ewhathow.com/2013/09/how-to-enable-mod_rewrite-on-apache/ Lets check if mod_rewrite exists as a module:ls /etc/httpd/modules | grep mod_ 阅读全文
posted @ 2016-04-19 12:35 qike 阅读(259) 评论(0) 推荐(0)
摘要:RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ %{ENV:BASE}index.php [QSA,L] If requested URI does not indicate to any existing file then redir 阅读全文
posted @ 2016-03-22 20:08 qike 阅读(135) 评论(0) 推荐(0)