php传文件到别名目录,php 路径别名设置

本文介绍了Apache服务器配置中常用的Redirect、Alias和ScriptAlias指令,用于重定向、路径映射及脚本处理。同时讲解了如何通过AllowOverride和Order指令控制访问权限,确保服务器安全稳定运行。

#

# Redirect: Allows you to tell clients about documents that used to

# exist in your server‘s namespace, but do not anymore. The client

# will make a new request for the document at its new location.

# Example:

# Redirect permanent /foo http://www.example.com/bar

#

# Alias: Maps web paths into filesystem paths and is used to

# access content that does not live under the DocumentRoot.

# Example:

# Alias /webpath /full/filesystem/path

#

# If you include a trailing / on /webpath then the server will

# require it to be present in the URL. You will also likely

# need to provide a section to allow access to

# the filesystem path.

#

# ScriptAlias: This controls which directories contain server scripts.

# ScriptAliases are essentially the same as Aliases, except that

# documents in the target directory are treated as applications and

# run by the server when requested rather than as documents sent to the

# client. The same rules about trailing "/" apply to ScriptAlias

# directives as to Alias.

#

#ScriptAlias /cgi-bin/ "C:/greenProgram/php/Apache/cgi-bin/"

#Alias /o2o/assets "S:\works\o2o\o2o-assets"

#

#AllowOverride AuthConfig

#Order allow,deny

#Allow from all

#

Alias /o2o/assets "S:\works\o2o\o2o-assets"

AllowOverride AuthConfig

Order allow,deny

Allow from all

原文:http://www.cnblogs.com/uh-huh/p/5405029.html

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符  | 博主筛选后可见
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值