IPB

Welcome Guest ( Log In | Register )

Problem With Upload Folder

This topic is about Problem With Upload Folder, the author, R1p.PeR, wrote about: Hi bramburn, first of all, congratulation for this usefull module for IPB . I need a little of help, actually all Minerva SEO works fine, no errors ata but I have trouble with the "upload" folder, a ... To read more just scroll down

 
Reply to this topicStart new topic
Problem With Upload Folder, FURL
R1p.PeR
post Mar 29 2008, 07:23 PM
Post #1


Member
**

Group: +Pre-release Team
Posts: 20
Joined: 29-March 08
Member No.: 204



Hi bramburn, first of all, congratulation for this usefull module for IPB laugh.gif .

I need a little of help, actually all Minerva SEO works fine, no errors ata but I have trouble with the "upload" folder, actually, attachments and avatar doesnt show at all, my board is installed in a subdomain but FURL show this:

CODE
http://foroa.m-0-e.com/Novedades-MOE4/Cambios-en-MOE/uploads/av-2.jpg


Instead of

CODE
http://foroa.m-0-e.com/uploads/av-2.jpg


Thanks in advance.
Go to the top of the page
 
+Quote Post
ChrisChristian
post Apr 6 2008, 12:58 AM
Post #2


Advanced Member
***

Group: Contributors
Posts: 56
Joined: 11-September 07
Member No.: 58



I donīt know if you are running 0.2.2 or an older version.

For version 0.2.0, there are a list of fixes here:
SEO/584/List-Of-Fixes-For-0-2-0/" target="_blank">http://icelabz.net/forum/content/Minerva-S...ixes-For-0-2-0/

And, please read this forum, there are a list of resolved problems here:
http://icelabz.net/forum/category/12/Resol...ues-Read-first/


--------------------
Chris Christian
Go to the top of the page
 
+Quote Post
bramburn
post Apr 6 2008, 07:26 AM
Post #3


Administrator
***

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



try the flat file furl please

http://icelabz.net/forum/index.php?s=&...post&p=1828


--------------------
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
R1p.PeR
post Apr 14 2008, 04:15 PM
Post #4


Member
**

Group: +Pre-release Team
Posts: 20
Joined: 29-March 08
Member No.: 204



Actually Im using 0.2.2, but this issue was caused by the FURL, the problem was solved with this settings.

CODE
<?php

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

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

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

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

$topic_view_getnewpost = array(
'(.*?)-([0-9]+)-NEW.html$',
'$topic_title-$topic_id-NEW.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_id-$forum_st.html',
'showforum=$matches[1]&st=$matches[2]'
);
?>


But the next problem was that sometimes I was redirectionated to differents topics.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
Tags
No Tag inserted yet


 



RSS Lo-Fi Version | Sitemap  | SEO by MinervaSEO © Icelabz.net Time is now: 6th September 2008 - 12:11 AM