Recent Topics

1 Dec 10, 2008 23:33    

On the "URLs" tab under the "Blog Settings" section, in your Admin Panel, you'll notice that, by default it is checked :

http://mydomain.com/blogs/index.php (Current default : myblog)

Now, if you switch that url format to the subdomain url format by checking the :

Subdomain of basedomain http://url_name.mydomain.com/

and copy and paste the new url for your blog (which the script suggests), you'll get an error.
So, going to http://myblog.mydomain.com/ shows an error.
The script is unable to switch from the default url format to the subdomain url format.
This happens in both 2.4.3 and the latest release 2.4.5.

Note: Manually, I have not created any subdomains for my domain in my cPanel. I shouldn't have to because the script should automatically do all that for me.

How to solve this problem ?

Everytime, I create a new blog, the script should automatically create subdomains under my new blog names without me having to manuualy create the subdomains and point them to my new blogs.

2 Dec 11, 2008 10:00

Unless you manually create the subdomains or create a wildcard dns entry then you'll need to code something that hooks into the cpanel api and creates it for you on the fly

¥

3 Dec 11, 2008 20:44

¥åßßå wrote:

Unless you manually create the subdomains or create a wildcard dns entry then you'll need to code something that hooks into the cpanel api and creates it for you on the fly

¥

Afterwards, I manually created the subdomain in cPanel and switched to the subdomain url format from the default but still I see error.

5 Dec 14, 2008 13:24

wildcards on subdomains and do not forget to change your htaccess file, maybe is that rewritten of the url what you're saying! My two cents! :D


Form is loading...