motorway Опубликовано 18 июня, 2007 Жалоба Поделиться Опубликовано 18 июня, 2007 Как сделать, чтобы определенный топик могли смотреть только определенные пользователи и был вход по паролю? Если кто знает, то на phpBB. Можно ли сделать .htaccess к определенному топику? Ссылка на комментарий Поделиться на другие сайты Поделиться
Darhazer Опубликовано 18 июня, 2007 Жалоба Поделиться Опубликовано 18 июня, 2007 (изменено) Можно ли сделать .htaccess к определенному топику? Думаю что можно The <Location> directive provides for access control by URL. It is similar to the <Directory> directive, and starts a subsection which is terminated with a </Location> directive. <Location> sections are processed in the order they appear in the configuration file, after the <Directory> sections and .htaccess files are read, and after the <Files> sections.Note that URLs do not have to line up with the filesystem at all, it should be emphasized that <Location> operates completely outside the filesystem. For all origin (non-proxy) requests, the URL to be matched is of the form /path/, and you should not include any http://servername prefix. For proxy requests, the URL to be matched is of the form scheme://servername/path, and you must include the prefix. The URL may use wildcards In a wild-card string, `?' matches any single character, and `*' matches any sequences of characters. ... The Location functionality is especially useful when combined with the SetHandler directive. For example, to enable status requests, but allow them only from browsers at foo.com, you might use: <Location /status> SetHandler server-status Order Deny,Allow Deny from all Allow from .foo.com </Location> А в phpBB можно пароль на разделу поставить, но только на одному топику в нем - нет Изменено 18 июня, 2007 пользователем Darhazer Ссылка на комментарий Поделиться на другие сайты Поделиться
Рекомендуемые сообщения
Для публикации сообщений создайте учётную запись или авторизуйтесь
Вы должны быть пользователем, чтобы оставить комментарий
Создать учетную запись
Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!
Регистрация нового пользователяВойти
Уже есть аккаунт? Войти в систему.
Войти