Discussion in "E107 FURL Support" started by    nlstart    Mar 1, 2007.
Thu Mar 01 2007, 12:51 pm
#1
I installed FURL in a subdirectory. Edited the .htaccess with /mydir, mydir/ or /mydir/ did change any thing. Most disappointing this is that even if it would work I would never be able to say page?17 can be referred to as mypage.htm.

Besides, I think you forgot to program in the welcome pages (which can be defined as a frontpage too).
Thu Mar 01 2007, 01:48 pm
#2
there is one more thing to do
I explain this with example.
your e107 is in directory /e107

changes to be made in .htaccess
----
before edited links..
RewriteRule ^home.html /news.php
RewriteRule ^index.html /news.php
RewriteRule ^index.htm /news.php
RewriteRule ^default.html /news.php
RewriteRule ^default.htm /news.php
RewriteRule ^index.php /news.php

After editing.. links must be
RewriteRule ^home.html news.php
RewriteRule ^index.html news.php
RewriteRule ^index.htm news.php
RewriteRule ^default.html news.php
RewriteRule ^default.htm news.php
RewriteRule ^index.php news.php

i mean to say.. remove all '/' from the starting of links
and.. make.. rewrite base as..
RewriteBase /e107

So now when you go to link www.yoursite.com/e107/index.html
it will take you to.. news page..

try it and tell me...
Thu Mar 01 2007, 02:20 pm
#3
Download the new version..
simply change the rewritebase to /you_directory_name

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Danielnof
Sat May 04 2024, 11:12 pm
oriminna
Sat May 04 2024, 08:28 pm
scaneraNom
Sat May 04 2024, 02:21 am
gtaletrzua
Fri May 03 2024, 10:55 am
Clydehet
Wed May 01 2024, 06:44 pm
Davidoried
Wed May 01 2024, 06:11 pm
KevinTab
Sun Apr 28 2024, 05:35 am
Tumergix
Sun Apr 28 2024, 12:59 am