English 中文(简体)
哪里?
原标题:Where to put .htaccess file?
  • 时间:2010-01-20 17:37:55
  •  标签:
  • .htaccess

我有一些环境想在查阅档案中使用。 这些环境在<代码>/admin/tool上具有某些功能。 倍数,但我想列入网站/admin/

我的问题是,把这一档案放在哪一个最佳地点?

增 编

<>Update>

Just fyi 。 我愿运用类似环境。

max file upload size
maz execution time etc
最佳回答

一般性规则:

/.htaccess

具体规则:

/admin/.htaccess

网址/admin/tool/具体规定:

/admin/tool/.htaccess
问题回答

你可以把你获得的种子放在最高层名录中,并且把环境应用到特定的子里。





相关问题
Ignore symlinks in clean URL s in .htaccess

Example URL: example.com/user /user is both a symlinked directory and a valid URL to content on my site. I user Horde Routes to request the content and all requests to the site go through index.php. ...

.htaccess File Options -Indexes on Subdirectories

I have the following .htaccess line, simple no indexes on root. Options -Indexes What do we add so it propagates to any sub directory instead of having to create one file for each? One .htaccess on ...

Mod Rewrite ignoring -d

After a day or two, I am still fighting with Mod Rewrite. It seems that 60% of my development time is spent battling the server. My current URL structure is such that all http://example.com/xyz and ...

ErrorDocument 404 Not Sending Referrer Information: PHP

I m using a standard htaccess ErrorDocument 404 to redirect users to a new page. In order to customize the 404, I need to know their referrer information (from the page they Tried to visit). $...

Find all htaccess files on server [closed]

I m looking for a Linux command to go through all the directories on my server and find all .htaccess files. The output would be a list of all those files with full path, creation/modification date ...

301 Redirect Help with Dynamic URL s and Multiple Id s

I just did a redesign for www.wildchildclothes.com which has a new URL structure. The old site ran on Zen Cart and had a bad URL structure. Here are some examples of what I want to redirect from: OLD:...

热门标签