ARTIO + Isapi Rewrite + IIS - Joomla! Forum - community, help and support
hello everyone!
i have big problem
. installed artio component ( http://extensions.joomla.org/component/ ... itemid,35/ ) in joomla! webpage make urls this: http://www.test.com/the-testing-experie ... -test.html
but instead of using apache, have site on iis. followed documentation, installed isapi rewriter lite ( http://www.isapirewrite.com ).
then write rules according in httpd.ini, according "artio joomsef documentation"; , save inside folder of isapi.
the main page can see without problems, when try access different page, doesn't find them.
i have readen:
http://forum.joomla.org/index.php/topic,161476.0.html
http://forum.joomla.org/index.php/topic,118996.0.html
http://forum.joomla.org/index.php/topic,167681.0.html
if can me , appreciate it. thanks
i have big problem

but instead of using apache, have site on iis. followed documentation, installed isapi rewriter lite ( http://www.isapirewrite.com ).
then write rules according in httpd.ini, according "artio joomsef documentation"; , save inside folder of isapi.
the main page can see without problems, when try access different page, doesn't find them.

i have readen:
http://forum.joomla.org/index.php/topic,161476.0.html
http://forum.joomla.org/index.php/topic,118996.0.html
http://forum.joomla.org/index.php/topic,167681.0.html
if can me , appreciate it. thanks

if don't mind paying, can try iis mod-rewrite pro (recommended - http://www.micronovae.com/modrewrite/modrewrite.html) or full version of isapi rewrite 3. both compatible apache mod_rewrite, should have no problem. need insert following line of code @ beginning of index.php:
if using iis mod-rewrite pro
$_server['request_uri']=$_server['http_x_original_url'];
if using isapi rewrite 3 full
$_server['request_uri']=$_server['http_x_rewrite_url'];
there more information @ http://www.micronovae.com/modrewrite/articles/cleanpermalinks.html
if using iis mod-rewrite pro
$_server['request_uri']=$_server['http_x_original_url'];
if using isapi rewrite 3 full
$_server['request_uri']=$_server['http_x_rewrite_url'];
there more information @ http://www.micronovae.com/modrewrite/articles/cleanpermalinks.html
Comments
Post a Comment