Page 1 of 1

Can't install INDEXU Lite in subdirectory (together with S9)

Posted: Fri Nov 18, 2005 7:56 am
by pano
Hi,

i am running Serendipity in a website (installed in the root directory). I tried to install Indexu Lite (http://www.nicecoder.com) in a subdirectory, but it's absolutelly impossible. I think the .htaccess file in the root of the server, used by Serendipity, may be the reason.

Does someone know something about this problem? Anyone that tried to install Indexu Lite in the same server as Serendipity... I installed Indexu Lite without problems in many other servers without Serendipity.

Thanks if someone can give a little help.

Re: Can't install INDEXU Lite in subdirectory (together with

Posted: Fri Nov 18, 2005 9:36 am
by garvinhicking
Did you read the FAQ, especially http://www.s9y.org/11.html#A12 ?

Regards,
Garvin

Posted: Mon Nov 28, 2005 1:56 pm
by pano
Hi Garvin,

i readed, but as the links to "Rewrite Engine? Off" and "Rewrite Rules" does not work, i tried to create a .htaccess file to swicht off the rewrite engine, but it did not work. I looked for information about to create this file, but it does not work.

It does not matter whatever i install in subdirectories, a phpbb forum, a links directory... i must point to www.domain.com/fulladdress/index.php because pointing to www.domain.com/fulladdress/ it will never work.

May i ask you to give me a hint about the correct syntax of that .htaccess file to swicht off the rewrite engine for specific subdirectories? My Serendipity is installed in the root directory of server.

Thanks a lot in advance

Posted: Mon Nov 28, 2005 2:00 pm
by garvinhicking
What is the exact path you're trying to use?

The .htaccess file that you should put in the folder "fulladdress" is this:

Code: Select all

RewriteEngine Off
DirectoryIndex index.php
Regards,
Garvin

Posted: Mon Nov 28, 2005 2:05 pm
by pano
You are the best... but i will never know why my .htacess did not work, i guess i tried everything...

Thanks!