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

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
pano
Regular
Posts: 24
Joined: Tue Apr 05, 2005 11:15 am

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

Post 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.
pano
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

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

Post by garvinhicking »

Did you read the FAQ, especially http://www.s9y.org/11.html#A12 ?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
pano
Regular
Posts: 24
Joined: Tue Apr 05, 2005 11:15 am

Post 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
pano
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
pano
Regular
Posts: 24
Joined: Tue Apr 05, 2005 11:15 am

Post by pano »

You are the best... but i will never know why my .htacess did not work, i guess i tried everything...

Thanks!
pano
Post Reply