将.htaccess限制为当前目录

时间:2013-08-12 09:04:00

标签: php apache .htaccess directory

我正在尝试将.htaccess文件的sco限制为仅当前目录,但似乎无法使其工作。我知道我必须使用标签,并将我的文件夹放在那里。 所以这就是我想出的,但它不起作用:

<Directory "/home/user12345/domains/testing.com/public_html">
     RewriteEngine on
     RewriteRule ^Home index.php?show_page=home
     RewriteRule ^Contact index.php?show_page=contact
</Directory>

我也尝试删除路径开头的文件夹,但没有成功。 另外我想知道我是否必须将这条路径添加到我的RewriteRule中:

     RewriteRule ^Home home/user12345/domains/testing.com/public_html/index.php?show_page=home

这有必要吗?

非常感谢任何帮助!

0 个答案:

没有答案