[*] index.html
> index.html: < /p>
Код: Выделить всё
Я не хочу, чтобы пользователь видел мои данные. index.html < /code> < /p> < /li>
< /ul>
Я попробовал .htaccess like: < /p>
deny from all
< /code>
или < /p>
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^http://(www\.)?localhost [NC]
RewriteCond %{HTTP_REFERER} !^http://(www\.)?localhost.*$ [NC]
RewriteRule \.(gif|jpg|css|js|png)$ - [F]
< /code>
Но он всегда доступ к блоку от index.html.>
Подробнее здесь: https://stackoverflow.com/questions/209 ... index-html