| :: |
| Author |
Message |
webber
Joined: 10 Feb 2008 Posts: 10
|
Posted: 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


Joined: 10 Feb 2008 Posts: 699 Location: Rhône-Alpes
|
|
| Back to top |
|
 |
webber
Joined: 10 Feb 2008 Posts: 10
|
Posted: 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


Joined: 10 Feb 2008 Posts: 699 Location: Rhône-Alpes
|
|
| Back to top |
|
 |
webber
Joined: 10 Feb 2008 Posts: 10
|
Posted: 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

Joined: 16 Oct 2006 Posts: 829
|
|
| Back to top |
|
 |
SeO Administrateur - Site Admin

Joined: 15 Mar 2006 Posts: 3987
|
Posted: 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
|
Posted: 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

Joined: 15 Mar 2006 Posts: 3987
|
|
| Back to top |
|
 |
webber
Joined: 10 Feb 2008 Posts: 10
|
Posted: 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 |
|
 |
|
|