|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
I had seen a few of the mods here using Greg Boser's very sweet subdomain mod for wordpress.
Any help getting wildcard subdomains working would be very appreicated. The particular site is on shared hosting, and is CPANEl and I have webmanager access. I have tried to follow a few walkthroughs but get lost or am missing somethings. like where to edit my httpd.conf file. Trying to get it working here. http://www.billsbacker.com/billsblog/ need to rip this spammed out forum down and want this blog mod to work in its place. |
|
|||
|
How ironic, I just finished setting this up for a client.
Since you are on shared hosting, you will need assistance from your provider. Two things need to be accomplished 1. The httpd.conf file, looks something like this Code:
<VirtualHost 123.45.678.9> ServerAlias domain.com ServerAdmin webmaster@domain.com DocumentRoot /home/domain/public_html BytesLog domlogs/domain.com-bytes_log ServerName www.domain.com </VirtualHost> (addition highlighted in blue) Code:
<VirtualHost 123.45.678.9> ServerAlias domain.com .*domain.com ServerAdmin webmaster@domain.com DocumentRoot /home/domain/public_html BytesLog domlogs/domain.com-bytes_log ServerName www.domain.com </VirtualHost> In the dns area of the server a new entry need to be added. Code:
*.domain.com. 14400 A 123.45.678.9 |
|
|||
|
httd.conf file is an apache config file and you probably wouldn't have access to it, unless you had administrative rights to the server
|
|
||||
|
Appreciate your time CY, I will post my eventual and time consuming success shortly.
How adept are you with this sort of apache rewrite hack, I would love (as would a million people) to make a wildcard subdomain hack for the ASM 2.0 Amazon store manager script. A seperate subdomain for evey product in an amazon feed based store would be a wonder to behold. Ive been chopping this script up for the last 3 days, and while it is sweet and simple php fun, breakig subdomains by Node (category), or product would be a phenomenal hack. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |