Discussion in "E107 FURL Support" started by    jerome    Aug 12, 2007.
Sun Aug 12 2007, 11:00 pm
#1
Hi there,

I need help with this plugin. I uploaded the folder in the plugin folder and it works fine. Like for user.php?1 i have user1.html. The problem is when i am on the page user1.html, it says Not Found - The requested URL http:// was not found on this server.

Please help. Thanks.
 tienduhieu like this.
Mon Aug 13 2007, 12:27 am
#2
did you upload the .htaccess file in the public_html folder?
and can you please provide the link where you've installed e107?
 tienduhieu like this.
Mon Aug 13 2007, 02:05 am
#3
it's at www.jeromelocson.com/e107/
 tienduhieu like this.
Mon Aug 13 2007, 04:58 am
#4
did you change the rewrite base?
look for this line in .htaccess file

RewriteBase /

change it to..

RewriteBase /e107/

and try again..
 tienduhieu like this.
Mon Aug 13 2007, 05:46 pm
#5
Thanks. I already fixed it, the default .htaccess has already some RewriteBase / and RewriteEngine On for my wordpress. how can i have both? should i declare two RewriteBase / and RewriteEngine On? my wordpress is basically my root and my e107 is at folder /e107. please help. Thanks.
 tienduhieu like this.
Mon Aug 13 2007, 06:14 pm
#6
do this way.. in current .htaccess provided with FURL you have something like this...

RewriteRule news.html$ news.php
RewriteRule news([0-9]*)-([0-9]*)\.html(.*)$ news.php?$1.$2



change it to..

RewriteRule ^e107/news.html$ /e107/news.php
RewriteRule ^e107/news([0-9]*)-([0-9]*)\.html(.*)$ /e107/news.php?$1.$2


That means.. prefix all the rewrite URLs with ^e107/ and the target url with /e107/

and copy only the links to your present .htaccess file in your public_html folder
 tienduhieu like this.
Mon Aug 13 2007, 07:28 pm
#7
Thanks for that but I have this following codes by default on my .htaccess, where should I insert for e107..

<IfModule mod_rewrite.c>

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>

RewriteEngine On
RewriteBase /
RewriteCond 

%{REQUEST_FILENAME} !-f
RewriteCond 

%{REQUEST_FILENAME} !-d
RewriteRule . /index.php 

[L]
</IfModule>


# END WordPress
 tienduhieu like this.
Mon Aug 13 2007, 08:14 pm
#8
just add it at the end of your wordpress codes...
i.e. after #END WordPress
put all the codes of FURL htaccess starting with RewriteRule
 tienduhieu like this.
Tue Sep 04 2007, 03:19 pm
#9
hm now i am really confused--i cant get it to work.

the folder structur is from public_html/folder1/folder2/my107Files

the htacces is in the /folder1 with following statemants:

RewriteBase /folder2

and:
# PAGE.PHP =====================================
RewriteRule ^myname\.html(.*)$ /page.php?148
RewriteRule ^myage\.html(.*)$ /page.php?3
RewriteRule ^page([0-9]*)\.html(.*)$ page.php?$1


the e_module looks:

$pattern[148] = '/page\.php\?148';
$replacement[148] = 'myname.html';
$patterns[19] = '/page\.php\?([0-9]+)/';
$replacements[19] = 'page$1.html';

= page not found--really dont know why---tried several also html in root--with changed rewritebase.

you see any errors?
 tienduhieu like this.
Tue Sep 04 2007, 03:20 pm
#10
ups sorry wronh thread. Sorry
 tienduhieu like this.

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

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
ArnoldDiant
Fri Apr 26 2024, 03:53 am
RodneyKnorb
Thu Apr 25 2024, 07:08 pm