Vanilla Forums
Home
Addons
Community
Documentation
Blog
Hosting
Download
Home
»
Questions
Activity
•
Sign In
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Categories
16.1K
Questions
15.6K
Feedback
354
Developers
49
Localization
50
Blog
15
Categories
Recent Discussions
In this Discussion
basb
March 2010
bobtheman
March 2010
defused
November 2009
FoxyFred
December 2009
ixray
March 2010
kallosz
November 2009
luc
March 2010
vicred
November 2009
Who's Online
20
+
15
guests
how to change back to the old style URL?
vicred
November 2009
in
Questions
I have upgrade 1 to 2.
and all the URL changed from
http://aaa.com/comments.php?DiscussionID=30
to
http://aaa.com/index.php/discussion/30
how to change back to the old style URL?
Comments
vicred
November 2009
Posts: 20
by the way, the navigation on the top do not display normal in IE6..
kallosz
November 2009
Posts: 15
ie6:
http://vanillaforums.org/addon/489/ie6-update
You can not go back to old links.
You can write a parser that will convert them on the fly.
vicred
November 2009
Posts: 20
thanks kallosz,
In the url, each URL have an "index.php/" in it . such as
http://aaa.com/index.php/discussion/30
how to remove it
luc
November 2009
Posts: 1,015
"Use Garden's .htaccess file to rewrite urls" in Dashboard/Site settings/General.
vicred
November 2009
Posts: 20
the .htaccess doesn't work.
I m sure the server is normal, cause I have orther site such as wordpress use rewrite.
I m wondering it is because I use the subdomain for the forum??
vicred
November 2009
Posts: 20
No input file specified.
---this is the message.
defused
November 2009
Posts: 10
What is your webhost, are they running CGI/FCGI/?
FoxyFred
December 2009
Posts: 8
That error message sounds like nginx+FastCGI misconfiguration. Any more information for us?
basb
March 2010
Posts: 110
I have the same Problem!
My Webhost seems to support rewriterule, but i also get the "No input file specified. "-message...
bobtheman
March 2010
Posts: 430
same issue, i enabled "Use Garden's .htaccess file to rewrite urls" in Dashboard/Site settings/General. .... gives me
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request."
my host also supports rewrite, it works on other installations
ixray
March 2010
Posts: 8
same for me, see
http://vanillaforums.org/discussion/10767/htaccess-problem/#Item_3
luc
March 2010
Posts: 1,015
Edit conf/config.php and remove $Configuration['Garden']['RewriteUrls'] = TRUE;
Sign In
or
Register
to comment.
Host Your Community With Us
Comments
You can not go back to old links.
You can write a parser that will convert them on the fly.
In the url, each URL have an "index.php/" in it . such as http://aaa.com/index.php/discussion/30
how to remove it
I m sure the server is normal, cause I have orther site such as wordpress use rewrite.
I m wondering it is because I use the subdomain for the forum??
---this is the message.
My Webhost seems to support rewriterule, but i also get the "No input file specified. "-message...
"Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request."
my host also supports rewrite, it works on other installations