hoping for your kind help

Status
Not open for further replies.

ramseize

New Member
Messages
3
Reaction score
0
Points
0
hello is it possible that my php version is limited?, you see im installing a wordpressMU and i want to enable the 'member.domain.com' kind of url, but then i encounted some problem when i tried to register then got an email activation and tried to activate my new blog account but the page doesnt seem to show.


http://ramseize.pinoynetwork.info/wp-activate.php?key=acbe8d832ec5b871

could it be that i have problems with mode_rewrite or wild card dns?



hoping for you kind reply.
 
Last edited:

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
hello is it possible that my php version is limited?, you see im installing a wordpressMU and i want to enable the 'member.domain.com' kind of url, but then i encounted some problem when i tried to register then got an email activation and tried to activate my new blog account but the page doesnt seem to show.

http://ramseize.pinoynetwork.info/wp-activate.php?key=acbe8d832ec5b871

could it be that i have problems with mode_rewrite or wild card dns?

hoping for you kind reply.

If you are interested in reviewing your PHP status, information can be found in your Account Panel.

http://x10hosting.com/panel.php?phpupgrade
 

jtwhite

Community Advocate
Community Support
Messages
1,381
Reaction score
30
Points
0
You can see information about it by making a php document with this code:

PHP:
<?php

phpinfo();

?>
 

jamessmith

New Member
Messages
59
Reaction score
0
Points
0
MU, let alone Wordpress, uses a lot of resources and may result in a suspension for wasting bandwidth with such a resource-thristy script.

I wouldn't try it in the first place :D.

However, you couldn't possibly be limited without error.

If it is an error, I suggest you open a support ticket :).
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
You can see information about it by making a php document with this code:

PHP:
<?php
 
phpinfo();
 
?>

Pretty sure phpinfo() has been disabled for security reasons.
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
Am I: the only one that noticed the link it's sending him to in the original post is a -404-?

Cause honestly, I dun care what the php configuration is, the 404 seems like it's the problem, but I have no idea how to fix that - I don't have enough experience with WP to know what it's doing.
 

adamparkzer

On Extended Leave
Messages
3,745
Reaction score
81
Points
0
Am I: the only one that noticed the link it's sending him to in the original post is a -404-?

Cause honestly, I dun care what the php configuration is, the 404 seems like it's the problem, but I have no idea how to fix that - I don't have enough experience with WP to know what it's doing.

I don't think I bothered to click on the link, but now that I look back, I also see the 404 error. I don't think it's a problem with Wordpress, because this page also shows a 404 error:

http://ramseize.pinoynetwork.info/
 
Status
Not open for further replies.
Top