July 31, 2010, 23:36:22 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Revenue sharing launched. This is offered as a "thank you" for being a member of webmasterstalks.com community! If you have an Adsense/Yahoo publisher account then you can start right away !
 
  Home   Forum   Help Search Directory Calendar Login Register    RSS 2.0 feedAtom feed


News
Revenue sharing launched. This is offered as a "thank you" for being a member of webmasterstalks.com community! If you have an Adsense/Yahoo publisher account then you can start right away !
Pages: 1 ... 3 4 [5] 6 7 ... 10
  Print  
Author Topic:

Testing your site to see if seo4smf is working for you

 (Read 58873 times)
0 Members and 1 Guest are viewing this topic.
h4ni
Full Member
***

Points: 0
Offline Offline

Posts: 183


« Reply #60 on: January 22, 2007, 05:18:31 »

sorry!
but i dont understand what i must do!!
there are a lotof of instructions!!
Logged


TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #61 on: January 22, 2007, 05:18:55 »

Read your PM !

Regards
Logged

h4ni
Full Member
***

Points: 0
Offline Offline

Posts: 183


« Reply #62 on: January 22, 2007, 05:22:55 »

sorry!
done
work fine
thank you very mutch
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #63 on: January 22, 2007, 05:24:10 »

np

regards
Logged

poisoner
Jr. Member
**

Points: 0
Offline Offline

Posts: 5


« Reply #64 on: January 22, 2007, 14:39:48 »

Hi TheGodFather,
I fixed my problem, now I have the seo4smf menu in the admin panel.
Thanks for your replays and your mod.

I installed the new 0.2.5 version, but i get this

Quote
Parse error: parse error, unexpected ')' in /home/poisoner3/www/forums/Sources/Subs-Seo4SMF.php on line 84


I fixed it for me.
« Last Edit: January 22, 2007, 14:47:11 by poisoner » Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #65 on: January 22, 2007, 14:48:17 »

Thanks for reporting ...

Fixed

Regards
Logged

banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #66 on: January 23, 2007, 08:42:47 »

Hi i really love this mod but i have a problem with it:

I have:
- apache with mod rewrite on
- fixed querystring.php with your code
- fixed php.ini with your code
- fixed path in .htaccess RewriteBase /forum
- default friendly url work fine(mydomamain.com/forum/index.php/board,16.0.html)

But i have a 500 error with rewriteengine on

this is my htaccess
Thanks and sorry for my bad english Smiley
Code:
<IfModule mod_security.c>
# Turn off mod_security filtering.  SMF is a big boy, it doesn't need its hands held.
SecFilterEngine Off
# The below probably isn't needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>

#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
#Uncomment this line only if you use beuatify actions url's
#RewriteCond %{REQUEST_METHOD} =GET
#RewriteCond %{QUERY_STRING} ^action=(.*)$
#RewriteRule  ^(.*)$ seo4smf-redirect.php?a=%1 [R=301,L]

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

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]

RewriteCond %{QUERY_STRING} ^action=profile;u=([0-9]*);(.*)$
RewriteRule  ^(.*)$ seo4smf-redirect.php?u=%1;param=%2 [R=301,L]

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

#Tiny Portal Old Url's
#RewriteCond %{QUERY_STRING} ^page=([0-9]*)
#RewriteRule  ^(.*)$ seo4smf-redirect.php?p=%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]

#Bad Url's
RewriteRule  ^(.*)/-t(.*).html seo4smf-redirect.php?t=$2 [R=301,L]
RewriteRule  ^-b(.*)/$ seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^-b(.*)/(.*)$ seo4smf-redirect.php?b=$1 [R=301,L]
RewriteRule  ^(.*)/-b(.*)/$ seo4smf-redirect.php?b=$2 [R=301,L]
RewriteRule ^tpmod.html&(.*)$ /index.php?action=tpmod;dl=item31 [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&$6 [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]

#New profiles URL's
RewriteRule ^(.*)-u([0-9]*).html;sa,(.*);start,([0-9]*);delete,([0-9]*);sesc,([a-z0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4;delete=$5;sesc=$6 [L]
RewriteRule ^(.*)-u([0-9]*).html;sa,(.*);start,([0-9]*)$ index.php?dummy=1&action=profile;u=$2;sa=$3;start=$4 [L]
RewriteRule ^(.*)-u([0-9]*).html;sa,(.*)$ index.php?dummy=1&action=profile;u=$2;sa=$3 [L]
RewriteRule ^(.*)-u([0-9]*).html index.php?dummy=1&action=profile;u=$2 [L]

#New Tinyportal Articles URL's
RewriteRule ^(.*)-p([0-9]*).html index.php?dummy=1&page=$2 [L]

#Archive/Sitemaps
RewriteRule ^sitemaps-([a-zA-Z0-9-]*).html index.php?action=seo4smfsitemaps&sa=$1 [L]

#New action Url's
RewriteRule ^(.*).html;(.*)$ index.php?dummy=1;action=$1;$2 [L]
RewriteRule ^(.*).html$ index.php?dummy=1;action=$1 [L]

#Sitemaps
RewriteRule sitemap.xml sitemaps.php [L]
RewriteRule urllist.txt urllist.php [L]
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #67 on: January 23, 2007, 08:54:07 »

I need a more detailed error ... It's really mod-rewrite on ? comment each line and after that uncomment 1 by 1 ... and see where is the problem

Regards
Logged

banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #68 on: January 23, 2007, 09:25:37 »

Thanks for very fast reply.

I'm working on a reseller, and i know modrewrite works on all sites.

The forum is in a subdirectory (/forum) and i have another CMS (MODx) with friendly url enabled (and another .htaccess in the site root) and works fine.

should be a problem using both .htacces?


Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #69 on: January 23, 2007, 12:14:35 »

Quote
I'm working on a reseller, and i know modrewrite works on all sites.
Good to know !
Quote
The forum is in a subdirectory (/forum) and i have another CMS (MODx) with friendly url enabled (and another .htaccess in the site root) and works fine.
should be a problem using both .htacces?

No  .... I think ...
Anyway take a look in your file after strange things ( like strange characters at end of the line).
Tell me what apache do you use ?

Regards
Logged

banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #70 on: January 23, 2007, 12:46:46 »

when i click on any board on the forum i have a link like this:
http://www.sitename.com/forum/seo4smf-redirect.php?b=19.0

and give me error 500

is it the right url?
Logged
banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #71 on: January 23, 2007, 12:56:52 »

other missing infos:
SMF 1.1.1
Apache/2.0.52 (CentOS)
PHP Version 4.3.9

thanks a lot for your help
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #72 on: January 24, 2007, 01:53:12 »

when i click on any board on the forum i have a link like this:
http://www.sitename.com/forum/seo4smf-redirect.php?b=19.0

and give me error 500

is it the right url?

This is the right url if a old link is comminf to your site !

please tell me you forum url ... I want to check myself !

Regards
Logged

banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #73 on: January 24, 2007, 05:06:51 »

I've tried to send you a pm with an admin account but seems not work  Sad

I send you an email

Thanks again  Smiley
« Last Edit: January 24, 2007, 05:12:42 by banzai » Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #74 on: January 24, 2007, 07:11:20 »

I didn't get any email ! where do you sent the email ?

Regards
Logged

Pages: 1 ... 3 4 [5] 6 7 ... 10
  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!