|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
文件处理命令:file、mkdir、grep、dd、find、mv、ls、diff、cat、ln
在apache的httpd.conf到场,必要把LoadModulerewrite_modulemodules/mod_rewrite.so后面的“#”往失落
.代码以下:
DocumentRoot/
<Directory/>
OptionsIndexesFollowSymLinksMultiViews
AllowOverrideNone
#AllowOverrideAll
<IfModulemod_rewrite.c>
RewriteEngineon
RewriteBase/
#不显现index.php
RewriteCond%{REQUEST_FILENAME}!-d
RewriteCond%{REQUEST_FILENAME}!-f
RewriteRule^/?(.*)$/index.php?%{QUERY_STRING}[L,NC]
#RewriteRule^(.*)$index.php?$1[QSA,L]
</IfModule>
DirectoryIndexindex.phpindex.htmlindex.htm
</Directory>
但不会命令而成为高手也是不可能的.这就好比学英语,什么语法都不懂,只捧着单词手册背单词是学不会英语的,但是没有单词词汇量英语水平也提不高的。 |
|