May 23, 2012, 11:15:04 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Please support SEO4smf further development donating here or use paypal button from left menu.
 
  Home   Forum   Help Search Directory Calendar Login Register    RSS 2.0 feedAtom feed


News
Please support SEO4smf further development donating here or use paypal button from left menu.
Pages: [1] 2 3
  Print  
Author Topic:

need some help

 (Read 9182 times)
0 Members and 1 Guest are viewing this topic.
nkognegr0
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« on: November 08, 2006, 23:47:18 »

Hello and thanx for the mod. I talked to u in digital point forum and you said i needed search engine friendly links clicked and i did that. Now i get an error message:
Code:
Not Found
The requested URL /home/p910medi/public_html/forum/seo4smf-redirect.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

what did i do wrong it shows the seo4smf-redirect.php in the directory. I kno i screwed up somewhere help me out GODFATHER!  Cry

check it out here: http://p910media.com/forum/index.php
click any topic.
Logged


TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #1 on: November 09, 2006, 00:05:17 »

Look in your htaccess and enable RewriteBase /forum ! Tell me if is working or not ...

Regards
Logged

nkognegr0
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« Reply #2 on: November 09, 2006, 00:08:49 »

ok the .htaccess file is the one in the /forum folder right? I changed it with the # gone and it still errors. get this error now:

Code:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@p910media.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Code:
RewriteEngine on

#Some apache servers need Rewritebase.
#delete # from start of Rewrite base to enable it.
#If your forum is something like http://www.forum-example.com/forum then modify your
#RewriteBase in this way: RewriteBase /forum
RewriteBase /forum

RewriteCond %{QUERY_STRING} ^topic=([0-9]*).([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?t=%1 [R=301,L]

RewriteCond %{QUERY_STRING} ^board=([0-9]*).([0-9]*)
RewriteRule  ^(.*)$ seo4smf-redirect.php?b=%1 [R=301,L]

#Rewrite Old urls
RewriteRule  ^index.php/board,(.*).html seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^index.php/board,(.*).html;(.*) seo4smf-redirect.php?b=$1&o=$2 [R=301,L]

RewriteRule  ^index.php/topic,(.*).html seo4smf-redirect.php?t=$1 [R=301,L]
RewriteRule  ^index.php/topic,(.*).html;(.*) seo4smf-redirect.php?t=$1&o=$2 [R=301,L]

#New board URL's
RewriteRule ^(.*)-b([0-9]*).([0-9]*)/;(.*) index.php?dummy=1&board=$2.$3&$4 [L]
RewriteRule ^(.*)-b([0-9]*).([0-9]*)/ index.php?dummy=1&board=$2.$3 [L]
RewriteRule ^(.*)-b([0-9]*).([0-9]) index.php?dummy=1&board=$2.$3 [L]

#New topic URL's
RewriteRule ^(.*)-t([0-9]*).([0-9]*).html;((\?:from|msg|new)[0-9]*);(.*)$ index.php?dummy=1&topic=$2.$4&$5 [L]
RewriteRule ^(.*)-t([0-9]*).([0-9]*).html;((\?:from|msg|new)[0-9]*) index.php?dummy=1&topic=$2.$4 [L]
RewriteRule ^(.*)-t([0-9]*).([0-9]*).html;(.*)$ index.php?dummy=1&topic=$2.$3&$4 [L]
RewriteRule ^(.*)-t([0-9]*).([0-9]*).html index.php?dummy=1&topic=$2.$3 [L]

RewriteRule sitemap.xml sitemaps.php [L]
RewriteRule urllist.txt urllist.php [L]
thats what it looks like now without the #
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #3 on: November 09, 2006, 01:04:44 »

1. Can you look in your log to see why you get an internal error ? Or just let me some access to read the log to see what is the problem !

2. What version of apache do you have ?

Regards
Logged

nkognegr0
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« Reply #4 on: November 11, 2006, 17:41:36 »

ok i got apache 1.3.34. this is what the error log says.
Code:
[Sat Nov 11 18:27:50 2006] [error] [client 71.72.*.*] File does not exist: /home/p910medi/public_html/video/404.shtml
[Sat Nov 11 18:27:50 2006] [error] [client 71.72.*.*] File does not exist: /home/p910medi/public_html/video/video/forum/seo4smf-redirect.php
[Sat Nov 11 18:27:49 2006] [error] [client 71.72.*.*] File does not exist: /home/p910medi/public_html/video/404.shtml

  6 17042    0  1188    0     0      0      0 --:--:--   4d 22h --:--:--     0
  6 17042    0  1188    0     0      0      0 --:--:--   4d 22h --:--:--     0[Sat Nov 11 18:27:49 2006] [error] [client 71.72.47.77] File does not exist: /home/p910medi/public_html/video/video/forum/seo4smf-redirect.php
[Sat Nov 11 18:27:47 2006] [error] [client 71.72.*.*] File does not exist: /home/p910medi/public_html/video/404.shtml

test forum here http://p910media.com/video/forum
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #5 on: November 12, 2006, 05:33:13 »

What version did you try ?

Regards
Logged

nkognegr0
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« Reply #6 on: November 12, 2006, 08:20:34 »

seo4smf 0.1.7

i made a subdirectory called video? so where should the htacess file be at? i have it now in the cgi-bin and i tried it in main forum directory. it works in cgi bin but the topics are still the same and i get errors when its in forum directory.

Code:
/home/p910medi/public_html/video/video/forum/seo4smf-redirect.php
[Sat Nov 11 18:27:47 2006] [error] [client 71.72.*.*] File does not exist: /home/p910medi/public_html/video/404.shtml

that there i knoiw is a problem because it pu  video twie i think i mde the rewritebase video/forum but either way i cant get it.
« Last Edit: November 12, 2006, 08:22:22 by nkognegr0 » Logged
nkognegr0
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« Reply #7 on: November 12, 2006, 22:29:19 »

Ok i got it fixed it was the chmod and now it works fine! thanx godfather!

« Last Edit: November 13, 2006, 00:38:28 by nkognegr0 » Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #8 on: November 13, 2006, 01:21:13 »

I'm glad to hear that !

Regards
Logged

rs721
Newbie
*

Points: 0
Offline Offline

Posts: 3


« Reply #9 on: November 13, 2006, 15:51:33 »

i have forum in
http://foros.deambiente.com

i have some problem, for example, after to post or reply i see message: "404 NOT FOUND"

in the address url see:

http://foros.deambiente.com/home/deambien/public_html/foros/seo4smf-redirect.php?t=797.45

why repeat or include absoluth url in the adress?
please help me

regards

rolando salazar

p.d.: sorry for my englis, i speak only spanish
Logged
rs721
Newbie
*

Points: 0
Offline Offline

Posts: 3


« Reply #10 on: November 13, 2006, 16:21:38 »

i try quite # in #RewriteBase /forum   in my htaccess:

RewriteBase /forum

but nothing! (now see nothing)

now, please hlep
Logged
nkognegr0
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« Reply #11 on: November 13, 2006, 20:39:52 »

now my problem is that i use mkportal and when you click into a topic it makes all the pics of the portal disappear. anyway to fix that? The links work but the portal link icons and logo disappears when you enter topics.
Logged
rs721
Newbie
*

Points: 0
Offline Offline

Posts: 3


« Reply #12 on: November 14, 2006, 00:56:13 »

i am stranger
this error in forum, disapeir (Huh?)

now, when i try access to boar (example Actualidad, Derechos lgbt y Pol
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2570



WWW
« Reply #13 on: November 14, 2006, 02:38:44 »

Probably your site is not in plain english. on version 0.2.1 I will support foregein characters.
sitemap.xml doesn't need to be empty. probably sitemaps.php is 0 ... just take a look and if is 0 the overwrite with the file from package.

Regards
Logged

nkognegr0
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« Reply #14 on: November 14, 2006, 13:36:35 »

now my problem is that i use mkportal and when you click into a topic it makes all the pics of the portal disappear. anyway to fix that? The links work but the portal link icons and logo disappears when you enter topics.


what do u think godfather?
Logged
Pages: [1] 2 3
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
TinyPortal v0.9.7 © Bloc
Valid XHTML 1.0! Valid CSS!