第2章 Flash+and+PHP基础知识.pdf
文本预览下载声明
Flash PHP
9RIA.com
IdSkyplan 9RIA.com
Web
PHP
MySQL
Flash
Flash PHP
setup
error handlers
setup
Web server PHP
MySQL PHP
Flash, IDE
Web Server
PHP, MySQL Apache
Web
.htaccess
.htaccess Apache httpd.conf
Apache
disabledWeb
Web
MediaTemple Web
/contact.mt
url .mt
.htaccess
# use custom file extensions
AddType application/x-httpd-php .me
Web
httpd.conf
Apache
clean URLs
.htaccess .htaccess
www non-www
# Force to
RewriteCond %{HTTP_HOST} ^ [NC]
RewriteRule ^(.*)$ /$1 [R=301,L]
Apache
htpasswd password-creation Apache bin/
$ /usr/local/apache/bin/htpasswd
password-creation
- c
The first time you create a user, you need to inform the application to create a
new password file. From that point on you omit the -c flag.
c
$ cd /usr/local/apache/bin/
$ htpasswd -c /usr/local/apache/passwd/passwords USERNAME
USERNAME Htpasswd
password .htaccess
显示全部