omg, so hard to upgrade...

Hi!

I´m still trying to upgrade from 1.83, and finally I got it to 1.90,
more or less. I´m considering staying for some time at this version
untill I get stable :slight_smile: Is there some page where the differences are
listed?

By the way: at this version, the balise #URL_ARTICLE returns
"http://[...]/article180.html", and when I click I get
"404 Not Found
The requested URL [...]/article180.html was not found on this server."

Obviously I dont have an html for each article, so why don´t it handle
with the generic files (there is an article.html at squelettes and
also another one at /dist)

http://abelhaweb.dreamhosters.com/ciranda190/

thank you!
tereza

You certainly have forgotten to rename hthaccess.txt into .htaccess.

On Jan 16, 2008 9:43 PM, Tereza Loparic <telopa@gmail.com> wrote:

Hi!

I´m still trying to upgrade from 1.83, and finally I got it to 1.90,
more or less. I´m considering staying for some time at this version
untill I get stable :slight_smile: Is there some page where the differences are
listed?

By the way: at this version, the balise #URL_ARTICLE returns
"http://[...]/article180.html", and when I click I get
"404 Not Found
The requested URL [...]/article180.html was not found on this server."

Obviously I dont have an html for each article, so why don´t it handle
with the generic files (there is an article.html at squelettes and
also another one at /dist)

http://abelhaweb.dreamhosters.com/ciranda190/

thank you!
tereza
_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en

On Jan 16, 2008 6:51 PM, Gilles Vincent <gilles.vincent@gmail.com> wrote:

You certainly have forgotten to rename hthaccess.txt into .htaccess.

Thank you very much!

I always get happy when something different happens when I change
something, but after renaming it the error was much worse:

================================================================
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator,
webmaster@abelhaweb.dreamhosters.com and inform them of the time the
error occurred, and anything you might have done that may have caused
the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to
use an ErrorDocument to handle the request.

Then I try to use the 183 version [htaccess-html.txt], and the error changes:

================================================================
Not Found
The requested URL /ciranda190/article.php3 was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to
use an ErrorDocument to handle the request.

http://abelhaweb.dreamhosters.com/ciranda190/article1980.html

Any ideia?

TY!
tereza

OK, IIS doesn't support .htaccess files.

However, IIS supports RewriteRules in its configuration (it's
explained here :
ScottGu's Blog - Tip/Trick: Url Rewriting with ASP.NET).
A IIS expert should give more details - but it's possible -.
Check for your website host provider (dreamhoster.com) documentation :
you should find workarounds about url rewriting inside.

You can keep the standard naming convention that doesn't require any
rewriting rule :
By default your url are like this : /spip.php?page=myCustomPage&etc or
/spip.php?article1234
(you can also replace spip.php by index.php :wink:
Check that you didn't change the $type_urls variable which MUST be
'page' if you can't use rewrite rules
(this may be defined in a file mes_fonctions.php or mes_options.php).

Last but not least, think to securate the tmp folder to make it
unreadable (try to access to http://…/tmp/spip.log => you should have
an "access denied" error). But here it's a bit OT :slight_smile:

.Gilles
---
On Jan 16, 2008 10:58 PM, Tereza Loparic <telopa@gmail.com> wrote:

On Jan 16, 2008 6:51 PM, Gilles Vincent <gilles.vincent@gmail.com> wrote:
> You certainly have forgotten to rename hthaccess.txt into .htaccess.

Thank you very much!

I always get happy when something different happens when I change
something, but after renaming it the error was much worse:

================================================================
Internal Server Error
The server encountered an internal error or misconfiguration and was
unable to complete your request.
Please contact the server administrator,
webmaster@abelhaweb.dreamhosters.com and inform them of the time the
error occurred, and anything you might have done that may have caused
the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to
use an ErrorDocument to handle the request.

Then I try to use the 183 version [htaccess-html.txt], and the error changes:

================================================================
Not Found
The requested URL /ciranda190/article.php3 was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to
use an ErrorDocument to handle the request.

http://abelhaweb.dreamhosters.com/ciranda190/article1980.html

Any ideia?

TY!

tereza
_______________________________________________
spip-en@rezo.net - http://listes.rezo.net/mailman/listinfo/spip-en