This is a translated page. The original can be found here: http://iwebdevel.com/2009/07/17/apache-modrewrite-how-to-easily-deny-access-to-a-folder-with-htaccess/
UPDATES VIA RSS | Email Ажурирања путем РСС Феед | Е-маил Get updates via feedburner Get updates via twitter
Home / Apache & mod_rewrite / Coding / Apache & ModRewrite: How… Хоме / Апач и мод_реурите / кодирање / апацхе & МодРеурите: Како ...

Apache & ModRewrite: How to easily deny access to a folder with htaccess Апацхе & МодРеурите: Како да лакше онемогући приступ фолдеру са Хтаццесс

Posted on 17. Постед он 17.. Jul, 2009 by Dragos in Apache & mod_rewrite , Coding Јул 2009 бы Драгош у Апацхе-& мод_реурите, кодирању

Working on a project right now I was looking for a solution to protect a folder containing template php files (includes in larger files). Рад на пројекту сада сам тражио решење за заштиту фасциклу која садржи предложак ПХП датотека (укључује у веће фајлове). One solution would be to chmod the folder to avoid external meddling of one's curious eyes. Једно решење би било цхмод фолдера да се избегне спољним мешањем нечије радознале очи. But working with Apache's features I found out that it is more convenient to use the mod_rewrite feature to deny access to a folder and its content. Али рад са Апацхе карактеристикама сазнао сам да је згодније да користите функцију мод_реурите онемогућити приступ фасциклу и њен садржај. Here's the solution. Ево решења. In my case the folder I was trying to protect was templates so my code looked as following (simplified): У мом случају фолдеру сам покушавао да заштити шаблоне како је мој број изгледао као следећи (поједностављени):


Options +FollowSymLinks
RewriteEngine on
#replace the word templates with the name of your own folder
RewriteRule ^/?templates/?(.*)?$ - [F,L]

Translate this post Преведи овај пост


Related posts: Повезани постови:

  1. PHP: Get all files and folders from a directory (folder) ПХП-: Преузмите све датотеке и директоријуме из директоријума (фолдера)

    blog comments powered by Disqus Блог коментари поуеред бы Дискус