Members: 16,996
Threads: 38,866
Posts: 159,475
Online: 45

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse
Old 03.02.2005, 22:20   #101 (permalink)
Junior Mamber
 
elta68's Avatar
 
Join Date: Sep 2004
Posts: 40
elta68 is on a distinguished road
Send a message via ICQ to elta68
Default Re: 404sef

Re-save your configuration, the auto-generated URLS are automatically purged. You will then need to navigate completely thru your site to rebuild the links.
What?? so sef404:
- once installed can not be upgraded without losing the database? You speak of the main db ?
- once disinstalled, I am forced to browse my whole site??? hein? 500 pages manually?

Is there a document explaining the concepts and how it is working?

I do not have sef404 right now, but my site is correctly crawled:
site:waltercedric.com return 1800 unique URL with google...

Do we really need this component? since it seems that search bots are a lot smarter now than before???

sorry for being rude :-) but there is something i do not understand...

www.waltercedric.com
elta68 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 04.02.2005, 04:01   #102 (permalink)
Elite Mamber
 
twysm's Avatar
 
Join Date: Apr 2004
Location: /dev/peru/lima
Posts: 1,008
twysm can only hope to improve
Send a message via ICQ to twysm Send a message via MSN to twysm Send a message via Yahoo to twysm
Talking Re: 404sef

elta68, see the difference between your site and my site:
http://www.google.com/search?hl=en&q...=Google+Search
You get even more with 404SEF ...
__________________
www.ezwp.com
www.diginetperu.com
twysm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.02.2005, 14:57   #103 (permalink)
Baby Mamber
 
Join Date: Nov 2004
Posts: 6
smirch is on a distinguished road
Default Re: 404sef

Quote:
Originally Posted by twysm
Hey if you want bookmarks and simpleboard components to be compatible with this sef only add this code bellow switch($option){...(line 338 aprox.)
bookmarks:
PHP Code:
case 'com_bookmarks':
            
$title getMeuuTitle($option, @$task);
                if (
preg_match("/catid=([0-9]*)/",$uri[1],$thisId)) {
                    
$catid end($thisId);
                    if (
$debug) echo "CATID=$catid:";
                    
$database->setQuery('SELECT name FROM #__bookmarks_categories WHERE id = "'.$catid.'"' );
                    
$rows = @$database->loadObjectList( );
                    if (
$database->getErrorNum()) {
                        die( 
$database->stderr());
                    }elseif( @
count$rows ) > ){
                        if( !empty( 
$rows[0]->name ) ){
                            
$title[] = $rows[0]->name;
                        }
                    }
                }
                
$string=sefGetLocation($string$title);
                break; 
simpleboard:
PHP Code:
            case 'com_simpleboard':
            
$title getMeuuTitle($option, @$task);
                if (
preg_match("/catid=([0-9]*)/",$uri[1],$thisId)) {
                    
$catid end($thisId);
                    if (
$debug) echo "CATID=$catid:";
                    
$database->setQuery('SELECT name FROM #__sb_categories WHERE id = "'.$catid.'"' );
                    
$rows = @$database->loadObjectList( );
                    if (
$database->getErrorNum()) {
                        die( 
$database->stderr());
                    }elseif( @
count$rows ) > ){
                        if( !empty( 
$rows[0]->name ) ){
                            
$title[] = $rows[0]->name;
                        }
                    }
                }
                
$string=sefGetLocation($string$title);
                break; 
With this you'll have nice URLs. Hope you like it.
Hiya

I am having trouble with my com_bookmarks to work with SEF404 and im not sure how to fix/ debug this! pls help ;-)

I read the above post ...but which file does this code actually need to go into ? Soz for my noobies!

The actual error i get when i turn sef404 on is a timeout error ..

when i set "$debug=1;" in function sefRelToAbs( $string ) {

i get this output from my menu link

NDEX=index.php:BASE=/:STRING=index.php?option=com_bookmarks&Itemid=118:

Array
(
[option] => com_bookmarks
[Itemid] => 118
)

and i getthis output on the actual bookmarks page

[INDEX=index.php:BASE=/:STRING=index.php?option=com_bookmarks&Itemid=118& mode=2&catid=-1&search=*:

Array
(
[option] => com_bookmarks
[Itemid] => 118
[mode] => 2
[catid] => -1
[search] => *
)

CATID=-1

my htaccess file looks like this >

# Mambo is Free Software
##

#
# mod_rewrite in use
#

RewriteEngine On

# Uncomment following line if your webserver's URL
# is not directly related to physival file paths.
# Update YourMamboDirectory (just / for root)

# RewriteBase /YourMamboDirectory
#RewriteBase /

#
# Rules
#

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php


im my SEF config in the admin under "Advanced Component ....." i dont have
com_bookmarks listed ...athough i do have several others such as com_yanc , com_akocomment


#########################

im really stumped, i dont know what im missing or where to start to get this to integrate ....

pls let me know if u need any further info ....
btw ..im using 4.5.1a
v2.5_4b (2004-12-28)
and 404 SEF for Mambo 4.5.1 Updated: 2004-11-13 ( dont know the version)

also normal SEF support on this page works ok and produces putput such as this /component/option,com_bookmarks/Itemid,118/

thanku for reading this!

-S
smirch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.02.2005, 15:14   #104 (permalink)
m2k
Senior Mamber
 
m2k's Avatar
 
Join Date: Sep 2004
Posts: 221
m2k is on a distinguished road
Default Re: 404sef

The post you quoted was already incorparated in the the last release (7a). If you have taken it upon yourself to modify your files, you are "on your own" as I assume no responsibility for your coding. I have enough to do keeping track of my own.

That said, the soon to be released version of 404SEF takes an entirely different approach to this. Third party components are not longer being directly supported in the "core" 404SEF files. They will be supported by SEF Advanced extensions ONLY. Therefore, my advice is wait for the new release. I will not be backporting a "fix" to 7a

If it really bugs you, manually edit your config.sef.php and remove
com_bookmarks from the predefined array and add it to the nocache array.
m2k is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04.02.2005, 15:32   #105 (permalink)
Baby Mamber
 
Join Date: Nov 2004
Posts: 6
smirch is on a distinguished road
Default Re: 404sef

hi m2k!

thanks for your reply ... but I have not modified my code ... as i did not have a clue where to add the quoted text! ....so i porb a good thing? I was getting the time out error by using the default sef404 files.

i understand that 3rpd part compts will not be supported and a new release is on its way ..however is there any information u can give me that will assist me in solving the problem ?

much appreciated
-S

also your adivce of
"If it really bugs you, manually edit your config.sef.php and remove
com_bookmarks from the predefined array and add it to the nocache array."
does it still apply to even though i have not modified the code?
smirch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05.02.2005, 06:06   #106 (permalink)
m2k
Senior Mamber
 
m2k's Avatar
 
Join Date: Sep 2004
Posts: 221
m2k is on a distinguished road
Default Re: 404sef

Quote:
Originally Posted by smirch
does it still apply to even though i have not modified the code?
yes it still applies
m2k is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05.02.2005, 16:29   #107 (permalink)
Baby Mamber
 
Join Date: Jan 2005
Posts: 9
silexian is on a distinguished road
Question 404sef login problem = 404 not found

Hello

I use the CVS of 404sef checked-out from today (5th Februar, 16:00, Europe).
I installed the CMT though without problem.
I 've well configured the .htacess.
The URLs are all right BUT the login process.

When I try to login, i get :

Quote:
FILE NOT FOUND: /beta/login/
404: Not Found
Sorry, but the content you requested could not be found
Back
I don't know what's the problem.
My Mambo directory is in beta/ , and everything is ok.
I have no custom redirection. Only SEF URL.

I use the Community Builder for login, but i checked it, it's 100% SEF compliant, 4.5.1a only, and has the same workflow than the 4.5.1a 'official' Mambo login module.

Here are the (interesting) SEF URL from the backend :

Quote:
1 0 Contact/ index.php?option=com_contact&Itemid=3
2 0 Deconnexion/ index.php?option=com_login&Itemid=34
3 5 index.html index.php?option=com_frontpage&Itemid=1
8 2 login/ index.php?option=login
9 1 logout/ index.php?option=logout
...
Here is my 404SEF config :
Quote:
DirectoryIndex index.php
RewriteEngine On
RewriteBase /beta/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) index.php
notice that "RewriteRule ^(.*) index.php" is right . /index.php point to the root !!!

and the Config.sef.php is
Quote:
$version = "4.5.1-Beta 8";
$Enabled = "1";
$replacement = "-";
$suffix = ".html";
$pagetext = "Page%s";
$LowerCase = "0";
$ShowSection = "1";
$HideCat = "0";
$UseAlias = "1";
$page404 = "0";
$predefined = array("com_contact","com_frontpage","com_login","c om_newsfeeds","com_search","com_sef","com_weblinks ");
$skip = array("com_poll");
$nocache = array();
Silexian
silexian is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05.02.2005, 19:18   #108 (permalink)
m2k
Senior Mamber
 
m2k's Avatar
 
Join Date: Sep 2004
Posts: 221
m2k is on a distinguished road
Thumbs down Re: 404sef

Don't cross-post!!!
If you are going to post at in my forums (forums.whw3.com), there is no need to post here. Same thing applies in reverse, don't post to my forums if you have already posted it here. It's a waste of resources and will not get any quicker response (at least not from me). I read both.
m2k is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05.02.2005, 20:48   #109 (permalink)
Elite Mamber
 
twysm's Avatar
 
Join Date: Apr 2004
Location: /dev/peru/lima
Posts: 1,008
twysm can only hope to improve
Send a message via ICQ to twysm Send a message via MSN to twysm Send a message via Yahoo to twysm
Default Re: 404sef

m2k i can't connect to your forums, i get a message like "refused connection to forums.whw3.com"
__________________
www.ezwp.com
www.diginetperu.com
twysm is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 05.02.2005, 20:51   #110 (permalink)
m2k
Senior Mamber
 
m2k's Avatar
 
Join Date: Sep 2004
Posts: 221
m2k is on a distinguished road
Default Re: 404sef

Quote:
Originally Posted by twysm
m2k i can't connect to your forums, i get a message like "refused connection to forums.whw3.com"
Yes, I am aware. Site server went down some time after 13:00. I have had no luck getting a response from the provider as of yet.

[edit] as a temp fix I have brought the old server back online, but unfortunately my last backup was from a week ago. There are topics from the new server that are missing as is the recent registration info.

OT: Should daily backups really be required?


silexian,
Are you using this version of the login module?


[edit] Well, 5 hrs later an the site is back up on the new server

Last edited by m2k; 05.02.2005 at 23:47.
m2k is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
gregmac's SEF .. not dead gregmac Mambo 4.5.1 General Talk 79 04.03.2005 11:14
[week 48] Mambo and search engine optimization Admin Community Topic of the Week 25 29.11.2004 23:10
404 Sef m2k Mambo 4.5.1 General Talk 280 24.11.2004 14:19
Installazione di 404SEF beta 4 Gixina Componenti 0 15.11.2004 11:44
built in SEF vs 404SEF vs empo SEF Kal Development Discussions 2 14.11.2004 23:50


All times are GMT +2. The time now is 14:49.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.