|
|
|
| Как в .htaccess прописать так, чтобы производилось перенаправление при запросе на файлы из /login/images/ на /images/? | |
|
|
|
|
|
|
|
для: DIALUP
(20.03.2010 в 10:58)
| | 500 тую ошибку выдает при Redirect 301 /login/images /images | |
|
|
|
|
|
|
|
для: DIALUP
(20.03.2010 в 12:31)
| | Интересно что в error.log, не понял как у себя сделать такую-же ошибку.
А так ещё много способов, просто такое удобнее делать не из htaccess
Из htaccess какое-нибудь
RewriteBase /login/images/
RewriteRule ^(.*)$ /images/$1
наверно | |
|
|
|
|
|
|
|
для: heed
(20.03.2010 в 13:25)
| | [Sat Mar 20 13:34:18 2010] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://test1.ru/
[Sat Mar 20 13:34:18 2010] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace., referer: http://test1.ru/
[Sat Mar 20 13:34:19 2010] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
[Sat Mar 20 13:34:19 2010] [error] [client 127.0.0.1] Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace.
Вот такой у меня erorlog(( | |
|
|
|
|
|
|
|
для: DIALUP
(20.03.2010 в 13:36)
| | .что тут непонятно? | |
|
|
|
|
|
|
|
для: Trianon
(20.03.2010 в 13:38)
| | Я же сказал что мне надо сделать редирект | |
|
|
|
|
|
|
|
для: DIALUP
(20.03.2010 в 13:36)
| | > 10 internal redirects
куда перенаправляются те кто без www. в ссылке ? и как ?
Redirect 301 вроде никак не "internal redirects"
какие ещё есть преобразования адресов ? | |
|
|
|
|
|
|
|
для: DIALUP
(20.03.2010 в 12:31)
| | синтаксическая ошибка в .htaccess вам смогут помочь,если не поленитесь выложить ВЕСЬ файл .htaccess | |
|
|
|