IPB

Welcome Guest ( Log In | Register )

Help With Furl

This topic is about Help With Furl, the author, PBFreak817, wrote about: These are my seo_settings: CODE<?php $forum_rule = array( '(.*?)-([0-9]+).html$', '$forum_title-$forum_id.html', 'showforum=&# ... To read more just scroll down

> Post all bugs on Bug Tracker

As we have soo much small queries and big bugs its hard for us to go through all of them, so we installed IP.Tracker.
Please use that module to report any bug found on our system.
Create New Bug entry

2 Pages V   1 2 >  
Reply to this topicStart new topic
Help With Furl
PBFreak817
post Apr 22 2008, 01:31 AM
Post #1


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



These are my seo_settings:

CODE
<?php

$forum_rule = array(
'(.*?)-([0-9]+).html$',
'$forum_title-$forum_id.html',
'showforum=$matches[2]'
);

$topic_rule = array(
'(.*?)-([0-9]+).html$',
'$forum_title-$topic_id.html',
'showtopic=$matches[2]' );

$showuser_rule = array(
'(.*?)-([0-9]+).html$',
'$user_title-$user_id.html',
'showuser=$matches[2]' );

$topic_view_getlastpost = array(
'LAST-(.*?)-([0-9]+).html$',
'LAST-$topic_title-$topic_id.html',
'showtopic=$matches[2]&view=getlastpost' );

$topic_view_getnewpost = array(
'NEW-(.*?)-([0-9]+).html$',
'NEW-$topic_title-$topic_id.html',
'showtopic=$matches[2]&view=getnewpost' );

$topic_multipage_rule = array(
'(.*?)-([0-9]+)-([0-9]+).html$',
'$topic_title-$topic_id-$topic_st.html',
'showtopic=$matches[2]&st=$matches[3]'
);

$forum_multipage_rule = array(
'(.*?)-([0-9]+)-([0-9]+).html$',
'$forum_title-$forum_id-$forum_st.html',
'showforum=$matches[2]&st=$matches[3]'
);
?>


When I click a link, I get redirected back to the homepage. This happens with forums. topics, users, ext. Everything.


Also when I enable FURL, all I get is a whitescreen. The forums turns to a whitescreen.
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 22 2008, 01:32 AM
Post #2


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



I just noticed this at the end of the manual. http://minervaseo.com/furl_form.php
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 22 2008, 04:22 AM
Post #3


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



anyone?
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 23 2008, 12:47 AM
Post #4


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



Anyone?
Go to the top of the page
 
+Quote Post
bramburn
post Apr 23 2008, 05:35 AM
Post #5


Administrator
***

Group: Root Admin
Posts: 905
Joined: 25-June 07
From: London
Member No.: 1



can you post your forum?


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 23 2008, 07:06 PM
Post #6


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



www.Super-Syn.Net

I have it disabled right now.
Go to the top of the page
 
+Quote Post
bramburn
post Apr 23 2008, 08:30 PM
Post #7


Administrator
***

Group: Root Admin
Posts: 905
Joined: 25-June 07
From: London
Member No.: 1



can you go into .htaccess and remove rewritebase /


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 23 2008, 08:55 PM
Post #8


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



I didn't have anything from the seo in .htaccess. What should be in there?
Go to the top of the page
 
+Quote Post
bramburn
post Apr 23 2008, 09:14 PM
Post #9


Administrator
***

Group: Root Admin
Posts: 905
Joined: 25-June 07
From: London
Member No.: 1



can you please upload the latest files and then update the settings in your admincp to update the .htaccess?


--------------------
Remember to please use the bug tracker for all bugs and errors, it is more organised that way.
Support in french and english
If I reply in French please excuse my spelling & grammar, i haven't written in french for a long time.
DO NOT PM ME TO ASK ME TO GO ON MSN, post the query on the support forums!
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 23 2008, 11:10 PM
Post #10


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



If I gave you ACP access and FTP access could you get everything working? It wont even let me enable Furl now.
Go to the top of the page
 
+Quote Post
AgentFubu
post Apr 23 2008, 11:27 PM
Post #11


Advanced Member
***

Group: Moderator
Posts: 163
Joined: 3-February 08
From: Chicago, IL
Member No.: 154



First create a file in your forum root called .htaccess. Chmod it 777 or 775 depending on your server.

Then try disabling FURL and turning it on again.


--------------------
My Site: Mccreations
Need help? PM me!
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 23 2008, 11:56 PM
Post #12


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



Didnt work
Go to the top of the page
 
+Quote Post
AgentFubu
post Apr 24 2008, 12:08 AM
Post #13


Advanced Member
***

Group: Moderator
Posts: 163
Joined: 3-February 08
From: Chicago, IL
Member No.: 154



What is the contents of your .htaccess?


--------------------
My Site: Mccreations
Need help? PM me!
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 24 2008, 12:10 AM
Post #14


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



Nothing, I have nothing in it.
Go to the top of the page
 
+Quote Post
AgentFubu
post Apr 24 2008, 12:12 AM
Post #15


Advanced Member
***

Group: Moderator
Posts: 163
Joined: 3-February 08
From: Chicago, IL
Member No.: 154



QUOTE (PBFreak817 @ Apr 23 2008, 07:10 PM) *
Nothing, I have nothing in it.


Try putting this in:
CODE
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^sitemapx.xml(.*) forums/modules/minerva/tools/sitemap.php$1 [L]
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . forums/index.php [L]
</IfModule>


This is mine, but it should work for you since we have the same forums directory.


--------------------
My Site: Mccreations
Need help? PM me!
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 24 2008, 12:14 AM
Post #16


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



Im pretty sure thats for the sitemap though not the furl. (I needed it too, thx)

It wont even let me change the settings in the General Settings now. I have to edit the default setting number to either 0 or 1 to change it.
Go to the top of the page
 
+Quote Post
AgentFubu
post Apr 24 2008, 12:17 AM
Post #17


Advanced Member
***

Group: Moderator
Posts: 163
Joined: 3-February 08
From: Chicago, IL
Member No.: 154



That's really odd. Let's start with one thing. I do think that's part of the FURL too, not just the sitemap. Have your tried enabling FURL with that .htaccess?

Do you have access to PHP error logs? The white page means there's a PHP error, and if you could see what that is it would help a lot.


--------------------
My Site: Mccreations
Need help? PM me!
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 24 2008, 12:29 AM
Post #18


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



Whitepage doesnt happen anymore.

Heres all the problems.

ACP:
Cant change settings in General Settings unless I revert it.

Index:
When I get furl enabled. All the links are dead and lead to 404 error.
Go to the top of the page
 
+Quote Post
AgentFubu
post Apr 24 2008, 12:35 AM
Post #19


Advanced Member
***

Group: Moderator
Posts: 163
Joined: 3-February 08
From: Chicago, IL
Member No.: 154



QUOTE (PBFreak817 @ Apr 23 2008, 06:29 PM) *
Whitepage doesnt happen anymore.

Heres all the problems.

ACP:
Cant change settings in General Settings unless I revert it.

Index:
When I get furl enabled. All the links are dead and lead to 404 error.


The first problem, I have no clue about. We'll have to wait for bramburn because I don't know much about IPB mods but just have some general knowledge.

For the second problem, I would try using another seo_settings.php but saving your old one, and if that works then you know that it was the old one.

I'd try the default one that comes with the package.


--------------------
My Site: Mccreations
Need help? PM me!
Go to the top of the page
 
+Quote Post
PBFreak817
post Apr 24 2008, 12:50 AM
Post #20


Advanced Member
***

Group: Members
Posts: 39
Joined: 19-April 08
Member No.: 241



Allright the default ones work
Go to the top of the page
 
+Quote Post

2 Pages V   1 2 >
Reply to this topicStart new topic
Tags
No Tag inserted yet


 



RSS Lo-Fi Version | Sitemap  | SEO by MinervaSEO © Icelabz.net Time is now: 5th December 2008 - 02:12 PM