CODER
RECORDING, ENJOY LIFE
PHP .htaccess 出错
2012年7月18日 10:24
将httpd.conf中的AllowOverrideNone设为:AllowOverrideAll 然后将httpd.conf文件中 #LoadModulerewrite_modulemodules/mod_rewrite.so 最前面的#删除 [
查看详细
]
apache 配置虚拟目录的步骤
2012年7月17日 10:19
1、打开httpd.conf,将#Includeconf/extra/httpd-vhosts.conf打开 2、配置httpd-vhosts.conf #站点目录,单斜杠或双反斜杠 DocumentRoot"d:/myweb" ServerNamemyweb DirectoryIndexindex.phpindex.php3index.htmlindex.htm OptionsInde... [
查看详细
]
Linux
Nginx
Apache
PHP
Mysql
ThinkPHP
CSS3
JQuery
VB
其他