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

Login with username, password and session length
News: Add your links to our directory. Click here to add your links.
 
  Home   Forum   Help Search Directory Calendar Login Register    RSS 2.0 feedAtom feed


News
Add your links to our directory. Click here to add your links.
Pages: 1 ... 5 6 [7] 8 9 10
  Print  
Author Topic:

Testing your site to see if seo4smf is working for you

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

Points: 0
Offline Offline

Posts: 24


« Reply #90 on: January 26, 2007, 09:35:25 »

I' ve tried to enable Beautiful url for forum actions and give the same problem
« Last Edit: January 26, 2007, 09:38:26 by banzai » Logged


TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #91 on: January 26, 2007, 10:21:19 »

Something it's not right there !
please put the htaccess file from the last version of seo4smf !

Regards
Logged

banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #92 on: January 26, 2007, 11:01:16 »

replaced with 0.2.6.1 htacces, same problem
Logged
banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #93 on: January 26, 2007, 13:03:05 »

Beautiful url for forum actions now works Huh? but still remain issue with new post.

I'm trying to replicate the issue on another domain/forum (same server) to understand what i'm doing wrong.
Thank you for your patience Smiley
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #94 on: January 26, 2007, 13:53:11 »

What apache / php do you use (is possible to asked this but I'm to lazy to look behind in thread) ?

Regards
Logged

banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #95 on: January 26, 2007, 14:58:38 »

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

thanks a lot for your help
Smiley
Logged
Sindorf
Jr. Member
**

Points: 0
Offline Offline

Posts: 64


« Reply #96 on: January 27, 2007, 15:22:50 »

If you don't mind, I want to ask about cgi.fix_pathinfo directive in php.ini file.

When I remove the comment before this directive, and restart apache, in a website I didn't see any change in URL's when SMF's internal friendly url system is activated.

But other website has a change in their urls.

I couldn't understand this, because the sites that I am talking about are both on the same server. I am sure about the php.ini setting, cgi.fix_pathinfo is set to 1. But I am not sure about .htaccess files on these accounts, these files can be different. Also I am sure that both websites are on the same server.

Also both sites have no SEO4SMF mod installed (if I understand this problem, I will surely install Smiley)

Do you have any idea how it is possible to have such difference in URLs?

Linux distro is CentOS 4.4 with CPanel/WHM installed. PHP is running as CGI.
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #97 on: January 27, 2007, 15:28:44 »

ok ... look in error log after some database errors like seo4smf_beautify_actions etc

Regards

Logged

banzai
Jr. Member
**

Points: 0
Offline Offline

Posts: 24


« Reply #98 on: January 28, 2007, 08:28:15 »

Ok i have only a little issue after new post redirect to an error page..

ie:

http://www.ironbody.it/forum/seo4smf-redirect.php?t=25#new

Solved: I've replaced seo4smf-redirect.php with the file from 0.2.5 and seems work fine:)
Logged
guvenck
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« Reply #99 on: February 02, 2007, 07:14:44 »

SEO4SMF does not work for me as of now.

Reason: My host has apache installed as cgi.

Support says that I can create a php.ini in any folder and default values get overridden. I did it. Created a php.ini in my forum root and added cgi.fix_pathinfo=1 to it. SMF still says that the feature will NOT work on my server.

Ok, tried the .htacess method. Added php_get cgi.fix_pathinfo 1 to .htaccess. No way. I get a 500 Internal Server error. Meanwhile, my apache is 1.3.

Third, I went to index.php on my forum root and added ini_set('cgi.fix_pathinfo','1'); to it. Still no luck.

I don't know if apache should be restarted after applying all this, as it requires me to send an email to my host's support team.

Damn!
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #100 on: February 03, 2007, 02:20:45 »

Apache need to be restarted ... also if is not working jsut search after topic "I have a big bug" and look there to see how topach the sources to ignore php_cgi ...

Regards
Logged

guvenck
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« Reply #101 on: February 03, 2007, 06:42:15 »

Here I send you a copy of my hosts response:

Quote
Hello,

PHP runs via CGI (PHPSuExec) on the server so you cant set php_flag/value settings. You can create your own custom php.ini and put the settings in it and put that file in any directory you need them in.

Best Regards,

I put a php.ini to my document root /home/username/public_html/ and requested apache to be restarted. Let's see what will happen.
Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #102 on: February 05, 2007, 01:10:43 »

I don't know if is ok with php.ini in your root folder ... let me know your results !

Regards
Logged

guvenck
Jr. Member
**

Points: 0
Offline Offline

Posts: 21


« Reply #103 on: February 05, 2007, 12:06:53 »

I received another info from my host:

Quote
Although you can override most of the php.ini settings, you can't do
all, certain ones can't be modified.

In the end, it looks like, if you run PHP as CGI:

- you can't use .htaccess (php_value, php_flag) method.
- you can't override with custom php.ini.
- you can't use ini_set method.

cgi.fix_pathinfo=1 is uncommented in php.ini by default, so either you need to be running a dedicated server or run as module.

Logged
TheGodFather
Administrator
Hero Member
*****

Points: 202
Offline Offline

Posts: 2571



WWW
« Reply #104 on: February 05, 2007, 12:26:53 »

after my knowledge (on Debian Linux) cgi.fix_pathinfo is uncommented but it's 0 not 1 ...

Regards
Logged

Pages: 1 ... 5 6 [7] 8 9 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!