|
Хочу пилить ЧПУ, но не могу. Дубль вопроса на скуле
|
|||
---|---|---|---|
#18+
Cat2 Почитав интернет, я написал такой web.config <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="all">
<match url="^.*$"/>
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration> Мне показалось, что он должен любую ссылку из адресной строки преобразовывать в index.php.Онако я получаю Цитата Ошибка HTTP 500.19 — Internal Server Error Запрашиваемая страница не доступна из-за неверной конфигурации данных для этой страницы. ... |
|||
Модератор:
Нравится:
Не нравится:
|
|||
09.11.2018, 23:17 |
|
|
start [/forum/topic.php?fid=2&fpage=5&tid=19137]: |
0ms |
get settings: |
10ms |
get forum list: |
11ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
25ms |
get topic data: |
38ms |
get forum data: |
3ms |
get page messages: |
66ms |
get tp. blocked users: |
2ms |
others: | 25ms |
total: | 188ms |
0 / 0 |