Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-06-08 09:37:35
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
can't logon to txp
if i’m trying to logon to txp, the page automatically redirects me to some bugzilla page. take a look yourselves:
http://www.powercamp.com/textpattern/
why? how? am i hijacked?
Offline
#2 2008-06-08 11:43:56
- ultramega
- Member
- Registered: 2006-02-26
- Posts: 221
Re: can't logon to txp
Dont’ know what happened, but this is what your page says, when disabling automatic redirecting of browser:
Moved Permanently
The document has moved here. (where the word "here" is also a link to that page)
Apache/2.0.52 (Red Hat) Server at www.powercamp.com Port 80
Offline
Re: can't logon to txp
I checked on both ff and safari and your site is redirected to
https://bugzilla.comverge.com/bugzilla/
I would check my files via ftp
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: can't logon to txp
Looks like a custom mod_rewrite rule in .htaccess.
The homepage itself is redirected to that bugzilla place as well.
The redirection is not done by Textpattern.
Offline
#5 2008-06-08 12:43:07
- ultramega
- Member
- Registered: 2006-02-26
- Posts: 221
Re: can't logon to txp
What says your htaccess? Index-pages (login and home) are not having any meta- or javascript redirecting code. Have you watched inside your ftp-folders? Any other strange there?
Offline
#6 2008-06-10 08:20:08
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
Re: can't logon to txp
ultramega wrote:
What says your htaccess?
sorry for delay.
content of my .htaccess:
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
Index-pages (login and home) are not having any meta- or javascript redirecting code. Have you watched inside your ftp-folders? Any other strange there?
all necessary files are there and i didn’t find any strange code inside those files.
one discovery: all index files were (i swear) in server, but when i wanted to open the index.php in /textpattern folder, it said: “no such file in this directory”, so i uploaded it again. was it mistake?
Last edited by Gallex (2008-06-10 08:34:39)
Offline
#7 2008-06-10 08:38:53
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
Re: can't logon to txp
colak wrote:
I checked on both ff and safari and your site is redirected to
https://bugzilla.comverge.com/bugzilla/
but who did this? i was able to logon normally month ago…i don’t get it… :(
Offline
Re: can't logon to txp
host bugzilla.comverge.com
bugzilla.comverge.com has address 66.20.18.111
host powercamp.com
powercamp.com has address 66.20.18.111
I’d recommend contacting your webhost, because that comverge website is hosted on the same webserver. Could be a webserver configuration issue. If you visit http://66.20.18.111 you also land on that bugzilla page.
Offline
#9 2008-06-10 11:43:44
- Gallex
- Member
- Registered: 2006-10-08
- Posts: 1,315
Re: can't logon to txp
ruud wrote:
host bugzilla.comverge.com
bugzilla.comverge.com has address 66.20.18.111
host powercamp.com
powercamp.com has address 66.20.18.111
http://www.powercamp.ee/textpattern/ was the right url not http://www.powercamp.com/textpattern/ :) jesus christ…
my big typo. sorry guys for disturbing.
case closed.
Offline
#10 2008-06-10 14:48:54
- ultramega
- Member
- Registered: 2006-02-26
- Posts: 221
Re: can't logon to txp
Good to see nothing serious :)
Offline
Pages: 1