Aide et support, annonces, thèmes et plugins, discussions.
Vous n'êtes pas identifié.
Hi
I had to transfer my domain and my whole site to a different server:
(Same domnain name, but different server and root - path)
Now, the frontpage and the backend of my FG works, but it will not find any Categories. If you click on a Category then an error occurs:
Error: 404 Not Found
Page not found
the page
"/webkat/gesundheit-c-1.html"
could not be found on Server "www.lustaufleben.at"
How can I fix this - What went wrong ?
(The Backand can access the Categories but no internal link on the frontend works)
Regards
Freels
Hors ligne
have you change the htaccess with the new path ?
Hors ligne
Hi - I did transfer the .htaccess file, but did'nt change them, fore there are no paths inside the files, just Rewrite - Rules or Order,Deny Statements.
The difference could be, that the new server is working with php Safe Mode.
Any other idea ?
Tnx
freels
Hors ligne
You should try to set up on your local machine a web server with the same configuration. It should help resolving the issue. I think the .htaccess is not in the right location (aka /webkat).
Have you tried to create a very simple URL rewrite rule and tested it with a sample page ?
Hors ligne
Hi
The .htaccess is in the root directory of the freeglobes instalation.
It looks like:
RewriteEngine on
RewriteRule ^(.*)-f-([0-9]*)-([0-9]*).html$ feed.php?feedid=$2&linkid=$3 [L]
RewriteRule ^(.*)-s-([0-9]*).html$ single.php?id=$2 [L]
RewriteRule ^(.*)-t-([0-9]*).html$ tag.php?name=$1&id=$2 [L]
RewriteRule ^(.*)-c-([0-9]*).html$ index.php?name=$1&dir=$2 [L]
RewriteRule ^(.*)-k-([0-9]*).html$ index.php?do=keywords&words=$1&id=$2 [L]
RewriteRule ^(.*)-c-([0-9]*)-p-([0-9]*).html$ index.php?name=$1&dir=$2&start=$3 [L]
RewriteRule ^top-rank([0-9]{1,2}).html$ index.php?do=top-rank&pr=$1 [L]
RewriteRule ^(([a-z]|-)*).html$ index.php?do=$1 [L]Thats it.
I wouldn't know how to set up a webserver inside my providers webserver and I think that would cause me much more trouble.
Regards
freels
Hors ligne
Have you tried to access to a page like single.php?id=XX, where XX is the id of one of your directory website ? If it works, then its an URL rewriting issue (maybe URL rewriting is not enabled on your server).
Hors ligne
No it doesnt work
Its pretty sure, that it's php safe_mode (mkdir ?) who is causing the issue ...
regards
serels
Hors ligne
This is the site http://www.tucktail.com/ which is also having the Domain Transfer facility.
We can also get the .com,.biz,.us,.net,.org,.me at $1.99.It also offers free hosting service.
Hors ligne