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

KevinTab
Sun Apr 28 2024, 05:35 am
Tumergix
Sun Apr 28 2024, 12:59 am
StevenDrulk
Sat Apr 27 2024, 08:47 pm
StephenHauct
Sat Apr 27 2024, 09:38 am
Adamsaf
Sat Apr 27 2024, 07:12 am
Robertphype
Sat Apr 27 2024, 12:23 am
ktaletrryp
Fri Apr 26 2024, 10:55 pm
Robertrip
Fri Apr 26 2024, 11:20 am