在WampServer安裝完成後,通過bination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# bination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None # 修改為AllowOverride All #
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all
</Directory>
5、php配置
查找short_open_tag = Off,把off改成On,註意是前面沒有#號的那壹排。
memory_limit = 128M ;最大內存使用,運行程序提示內存不足時可修改其大小
upload_max_filesize = 2M ;附件大小
、對於中文用戶來說,安裝結束後,首先要設置的是,把MySQL的數據庫默認編碼改為UTF-8,這樣可以排除很多中文亂碼問題:在WAMP5菜單中選擇打開my(wamp).ini,設置其中的default-character-set=utf8, 然後重啟WAMP5。