| bio | website | alanaktion.com |
|---|---|---|
| location | Billings, MT | |
| age | 19 | |
| visits | member for | 1 year, 3 months |
| seen | Oct 30 '12 at 21:30 | |
| stats | profile views | 0 |
I'm a web programmer and graphic designer, and I've been programming since I was nine years old. I know a large set of web languages, as well as a couple Windows programming languages, and am currently learning Objective-C to build iPhone and Mac OS applications.
|
Jun 20 |
awarded | Autobiographer |
|
Feb 12 |
comment |
Install a Network under a mapped domain I'm not sure you understood what I meant. The entire WordPress installation is under a sub-directory on my server, which is mapped to a new domain. I don't want to map the sites within the Network, I intend to use the 'paths' option. The problem lies in getting a Network to install correctly. |
|
Feb 12 |
comment |
Install a Network under a mapped domain I'm using GoDaddy. |
|
Feb 12 |
comment |
Install a Network under a mapped domain As far as I know, I don't have the ability to use VirtualHost on my server, as it's shared hosting, but I'll look into it. If I had a dedicated server, this is certainly what I'd do. |
|
Feb 12 |
comment |
Install a Network under a mapped domain @MatthewBoynes I'm using htaccess to point the domain to the subdirectory. RewriteCond %{HTTP_HOST} ^(www\.)?sample\.com$
RewriteCond %{REQUEST_URI} !^/sample/
RewriteRule ^(.*)$ sample/$1 [L]
I'm certainly open to input on changing something here, too. |
|
Feb 12 |
comment |
Install a Network under a mapped domain The user remains on sample.com. I'm referring to domain mapping in general, nothing to do with WordPress at all in this instance. I simply want to turn the existing site into a Network, which doesn't work under my setup out of the box. |
|
Feb 12 |
awarded | Editor |
|
Feb 12 |
revised |
Install a Network under a mapped domain Clarified current setup. |
|
Feb 12 |
asked | Install a Network under a mapped domain |