Joomla 2.5 on IIS 6 + ISAPI Rewriter 3

ISAPI_Rewrite is Apache mod_rewrite compatible URL rewriter for Microsoft IIS
User avatar
Posts: 3
Joined: 28 Aug 2013, 09:09

Joomla 2.5 on IIS 6 + ISAPI Rewriter 3

28 Aug 2013, 09:21

Hello!

Url redirection does not work in conjunction: Joomla 2.5 + IIS 6 + ISAPI Rewriter 3
Need Help.

Tried all ways. But you have a website mainly refers to the Joomla 1.5

Now we have: Pages with any url (ex. mysite.com / about) - open the main page.

And wanted to know about the license - I downloaded the premium version and want to use it and after a test purchase, I need to enter the activation code is at the moment?

Sorry for my English - I am from Russia.

Thank you very much)

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: Joomla 2.5 on IIS 6 + ISAPI Rewriter 3

28 Aug 2013, 10:22

Hello,

Yes, our main Joomla example is referring to 1.5 version - http://www.helicontech.com/articles/isa ... th-joomla/
As far as we know, there was no major change in Joomla to affect the ISAPI_Rewrite + Joomla collaboration. The treatment should still be the same. You need to use the following code in your index.php:
Code: Select all
if (isset($_SERVER['HTTP_X_REWRITE_URL']))
{
$_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_REWRITE_URL'];
}


p.s. напишите нам письмо на родном языке, а мы поможем если что ;) все свои

Regards
Andrew

User avatar
Posts: 3
Joined: 28 Aug 2013, 09:09

Re: Joomla 2.5 on IIS 6 + ISAPI Rewriter 3

29 Aug 2013, 02:18

Привет, Спасибо за ответ!

НО как я и писал я все перепробовал, и например после вставки данного кода в главный файл index.php у меня перестает грузится любая страница даже главная!
ВОт как пример кусок кода из index.php с вставленным вашим фиксом..

<?php
if (isset($_SERVER['HTTP_X_REWRITE_URL']))
{
$_SERVER['REQUEST_URI'] = $_SERVER['HTTP_X_REWRITE_URL'];
}
/**
* @package Joomla.Site
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/

// Set flag that this is a parent file.
define('_JEXEC', 1);
define('DS', DIRECTORY_SEPARATOR);

User avatar
Posts: 1264
Joined: 07 Mar 2012, 10:16

Re: Joomla 2.5 on IIS 6 + ISAPI Rewriter 3

29 Aug 2013, 18:54

Напишите нам. Предоставьте логи и прочую инфу. С радостью поможем. Наш адрес - [email protected]

User avatar
Posts: 3
Joined: 28 Aug 2013, 09:09

Re: Joomla 2.5 on IIS 6 + ISAPI Rewriter 3

30 Aug 2013, 03:34

This is great!
Now it works for me!
The problem was in the asp.net version 4 - switched it on version 2 and the site began to work with ISAPI 3 Rewriter.
On your website there is a solution how to disable asp.net http://www.helicontech.com/forum/15029- ... ite_3.html and also a lot of information on the Internet
Now, buy your filter ISAPI 3! Because, this really supports .htaccess of Apache.

Thanks)

Return to ISAPI_Rewrite 3.0

Who is online

Users browsing this forum: No registered users and 11 guests