phpBB SEO
Boards
Directory  
SEO  
Downloads
  phpBB SEO : Search Engine Optimization, Directory, Forums  
Index
Forums
Annuaire
Référencement
Télécharger
 
  Search Rechercher
    Register
Username :  Password :  Log me on automatically each visit  
S'enregistrer  
 
   
I get No input file specified

 
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
::  
Author Message
webber



Joined: 10 Feb 2008
Posts: 10

I get No input file specifiedPosted: Tue May 27, 2008 7:36 pm    Post subject: I get No input file specified

I have just installed ADvanced SEO URL and I can see the new URL at the Index page. But when I click on a forum or a link I get this:

Code:
No input file specified

and the url like this: site.com/forum-title/

and its supposed to get this:
site.com/phpBB3/forum-title/

help me out pls!

best regards.
Back to top
MathieuM.
phpBB SEO Team
phpBB SEO Team


Joined: 10 Feb 2008
Posts: 699
Location: Rhône-Alpes

I get No input file specifiedPosted: Tue May 27, 2008 7:52 pm    Post subject: Re: I get No input file specified

Hi,

Give us your .htaccess file Wink

_________________
[ Site phpBB SEO ] [ Téléchargements ] [ L'annuaire SEO ] [ Venez vous présenter ] [ Fonction Recherche ]
---------------------------
[ phpBB SEO Site ] [ Downloads ] [ SEO Directory ] [ Introduce yourself ] [ Search function ]
Back to top
webber



Joined: 10 Feb 2008
Posts: 10

I get No input file specifiedPosted: Tue May 27, 2008 7:56 pm    Post subject: Re: I get No input file specified

this is what I get at the ACP:

Code:


    # Lines That should already be in your .htacess
    <Files "config.php">
    Order Allow,Deny
    Deny from All
    </Files>
    <Files "common.php">
    Order Allow,Deny
    Deny from All
    </Files>

    # You may need to un-comment the following line
    # Options +FollowSymlinks
    # REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
    RewriteEngine On
    # REWRITE BASE
    RewriteBase /
    # HERE IS A GOOD PLACE TO ADD THE WWW PREFIXE REDIRECTION

    #####################################################
    # PHPBB SEO REWRITE RULES - ADVANCED
    #####################################################
    # AUTHOR : dcz www.phpbb-seo.com
    # STARTED : 01/2006
    #################################
    # FORUMS PAGES
    ###############
    # FORUM INDEX
    RewriteRule ^Nirvana-tributo: Foros de nirvanaNirvana-tributo: Foros de nirvana$ /phpBB3/index.php [QSA,L,NC]
    # FORUM
    RewriteRule ^[a-z0-9_-]*-f([0-9]+)/?(page([0-9]+)\.html)?$ /phpBB3/viewforum.php?f=$1&start=$3 [QSA,L,NC]
    # TOPIC WITH VIRTUAL FOLDER
    RewriteRule ^[a-z0-9_-]*-f([0-9]+)/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /phpBB3/viewtopic.php?f=$1&t=$2&start=$4 [QSA,L,NC]
    # GLOBAL ANNOUNCES WITH VIRTUAL FOLDER
    RewriteRule ^announces/[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /phpBB3/viewtopic.php?t=$1&start=$3 [QSA,L,NC]
    # TOPIC WITHOUT FORUM ID & DELIM
    RewriteRule ^([a-z0-9_-]*)/?[a-z0-9_-]*-t([0-9]+)(-([0-9]+))?\.html$ /phpBB3/viewtopic.php?forum_uri=$1&t=$2&start=$4 [QSA,L,NC]
    # PROFILES THROUGH USERNAME
    RewriteRule ^member/([^/]+)/?$ /phpBB3/memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
    # USER MESSAGES THROUGH USERNAME
    RewriteRule ^member/([^/]+)/(topics|posts)/?(page([0-9]+)\.html)?$ /phpBB3/search.php?author=$1&sr=$2&start=$4 [QSA,L,NC]
    # GROUPS ADVANCED
    RewriteRule ^[a-z0-9_-]*-g([0-9]+)(-([0-9]+))?\.html$ /phpBB3/memberlist.php?mode=group&g=$1&start=$3 [QSA,L,NC]
    # POST
    RewriteRule ^post([0-9]+)\.html$ /phpBB3/viewtopic.php?p=$1 [QSA,L,NC]
    # ACTIVE TOPICS
    RewriteRule ^active-topics(-([0-9]+))?\.html$ /phpBB3/search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
    # UNANSWERED TOPICS
    RewriteRule ^unanswered(-([0-9]+))?\.html$ /phpBB3/search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
    # NEW POSTS
    RewriteRule ^newposts(-([0-9]+))?\.html$ /phpBB3/search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
    # THE TEAM
    RewriteRule ^the-team\.html$ /phpBB3/memberlist.php?mode=leaders [QSA,L,NC]
    # HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES

    # FORUM WITHOUT ID & DELIM
    # THESE FOUR LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l
    RewriteRule ^([a-z0-9_-]+)/?(page([0-9]+)\.html)?$ /phpBB3/viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
    # END PHPBB PAGES
    #####################################################


But when I paste it into my phpbb/ folder I get a 500 error.
Back to top
MathieuM.
phpBB SEO Team
phpBB SEO Team


Joined: 10 Feb 2008
Posts: 699
Location: Rhône-Alpes

I get No input file specifiedPosted: Tue May 27, 2008 9:46 pm    Post subject: Re: I get No input file specified

Code:
    # REWRITE BASE
    RewriteBase /phpBB3/


Wink
Then, upload this .htaccess in your phpBB3 folder.
Hmmm... On the other hand, I don't understand this line :
Code:
# FORUM INDEX
    RewriteRule ^Nirvana-tributo: Foros de nirvanaNirvana-tributo: Foros de nirvana$ /phpBB3/index.php [QSA,L,NC]



Mathieu.

_________________
[ Site phpBB SEO ] [ Téléchargements ] [ L'annuaire SEO ] [ Venez vous présenter ] [ Fonction Recherche ]
---------------------------
[ phpBB SEO Site ] [ Downloads ] [ SEO Directory ] [ Introduce yourself ] [ Search function ]
Back to top
webber



Joined: 10 Feb 2008
Posts: 10

I get No input file specifiedPosted: Wed May 28, 2008 6:38 pm    Post subject: Re: I get No input file specified

That's what I did and still the same dude.
please click here to see the phpBB3 forum im testing on. This is not my official forum im using.
If you can see, put the mouse over the header links and its ok there,but the forums links it doesnt show the path to phpbb3

best regards.
Back to top
HB
phpBB SEO Team
phpBB SEO Team


Joined: 16 Oct 2006
Posts: 829

I get No input file specifiedPosted: Thu May 29, 2008 2:50 am    Post subject: Re: I get No input file specified

Something is not right, hovering over the phpBB logo shows this:

http://www.nirvana-tributo.net/Nirvana-tributo:%20Foros%20de%20nirvanaNirvana-tributo:%20Foros%20de%20nirvana

In addition to checking the .htaccess file, check the script_path row in the config table.

_________________
Dan Kehn
Back to top
Visit poster's website
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3987

I get No input file specifiedPosted: Thu May 29, 2008 7:13 am    Post subject: Re: I get No input file specified

You do not see phpBB path because you activated the virtual root option (most likely), then you cannot use "Nirvana-tributo: Foros de nirvanaNirvana-tributo: Foros de nirvana" as an url, only a-z 0-9 characters (no space) will be valid.

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
webber



Joined: 10 Feb 2008
Posts: 10

I get No input file specifiedPosted: Fri May 30, 2008 1:07 am    Post subject: Re: I get No input file specified

ok, thanx phpbb-seo team,
Now tell me, what am I suppossed to do?
I'll check the script_path

best regards.
Back to top
SeO
Administrateur - Site Admin
Administrateur - Site Admin


Joined: 15 Mar 2006
Posts: 3987

I get No input file specifiedPosted: Fri May 30, 2008 8:06 am    Post subject: Re: I get No input file specified

Simple, turn virtual root off, and use something suitable for your index url Wink

_________________
phpBB SEO || SEO Forum || Forum Référencement
GYM Sitemap & RSS for phpBB3 has been released ! || GYM Sitemap & RSS for phpBB3 est disponible !
Back to top
webber



Joined: 10 Feb 2008
Posts: 10

I get No input file specifiedPosted: Mon Jun 09, 2008 6:49 pm    Post subject: Re: I get No input file specified

Im working on it @ my localhost using easyphp, the issue is solved, but in the header I get urls type like viewtopic.php?
SOmething else, how can I get worlking phpbbfetchall with phpbb3 ?

best regards!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    phpBB SEO » SEO Forum  » phpBB3 mod Rewrite  » Advanced SEO URL
Page 1 of 1

Navigation Similar Topics

Jump to: