Cool but how does it differ from the
Missing plugin ?
It seems NG!redirect is more complex but I am not fluent in PHP and I am curious as to what are the differences exactly ?
.: COO - Commerce Guys - Community Driven Innovation :.
MODx est l'outil id
thanks
@davidm
yes the missing plugin is much lighter and should do the same thing..
- but it didn’t work on my site (generates 302 response instead of 301)
- and can ’only’ redirect to an id (i needed a redirect to a hardlink too)
.: COO - Commerce Guys - Community Driven Innovation :.
MODx est l'outil id
I am trying to use this script but it doesn’t seem to work (friendly urls on).
$sites = array(
'about-ru.html' => 'about-XXX-XXX-XXX-XXX-ru.html',
);
on page not found is checked. any ideas?
RTM.
# ’The-Old-URL-Without-Extension’ => 6,
I think you need to use alies w/o any extension
’about-ru’ => ’about-XXX-XXX-XXX-XXX-ru’,
DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. |
DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.
Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.
[PLUGIN] DirectResize - as Maxigallery but for single images ::
Download :: [url=
http://modxcms.com/forums/index.php/topic,21490]
still no luck...
$sites = array(
'about-ru.html' => 'about-XXX-XXX-XXX-XXX-ru'
);
So what about alies only in a both parts?
$sites = array(
’about-ru’ => ’about-XXX-XXX-XXX-XXX-ru’
);
May be in the right part only new document ID needed.
DirectResize 0.9 beta. PHPThumb, sets of configurations, configuration, binded to specific path. No backward compatibility. |
DirectResize 0.9. PHPThumb, наборы параметров, параметры, привязанные к определенным путям. Без обратной совместимости.
Unfortunately, DirectResize project is closed. If you want to continue development, PM me for access to project page on Google Code. К сожалению, проект DirectResize закрыт. Если вы желаете продолжить разработки, обращайтесь через ПМ для получения доступа к репозиторию на Google Code.
[PLUGIN] DirectResize - as Maxigallery but for single images ::
Download :: [url=
http://modxcms.com/forums/index.php/topic,21490]
@Vait
What modx version you are using? The author only listed upto 0922. So it might not work on latest version.