Multiple Domain pointing to sub-domains on my local machine.

Here what I am hoping to do:
I have multiple sub-domains (only some listed below) setup on my local computer that I use to access local testing folders. I would like to also be able to access these domains from outside my network. Also I have an airport extreme which is forwarding http traffic to my Mac. (That works, I have tested it.) So far I have been able to get basic forwarding to my root sites folder to work, but not the sub-domains.
How can I setup my system so that people can use different no-ip.com urls to get to different sub-domains or folders on my Mac?
Below is my virtual hosts in apache, my /etc/host file and a my no-ip.com domain is: ***.serve**.com
Thank you so much for all your help.
-Alex
[email protected]
/etc/host:
# Host Database
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 gweather.akutech.local
apache vhosts:
### Section 3: Virtual Hosts
# VirtualHost: If you want to maintain multiple domains/hostnames on your
# machine you can setup VirtualHost containers for them. Most configurations
# use only name-based virtual hosts so the server doesn't need to worry about
# IP addresses. This is indicated by the asterisks in the directives below.
# Please see the documentation at
# <URL:<a class="jive-link-external-small" href="http://">http://httpd.apache.org/docs-2.0/vhosts/>
# for further details before you try to setup virtual hosts.
# You may use the command line option '-S' to verify your virtual host
# configuration.
#edit /etc/hosts add new servers sudo pico /etc/hosts
# Use name-based virtual hosting.
# NameVirtualHost *
### WebDAV Server
Alias /dav/ "/Users/alexku/Sites/ TESTING/dav/"
DAVLockDB davlocks/DAVLockDB
<Directory "/Users/alexku/Sites/ TESTING/dav/">
DAV On
AuthName 'WebDAV'
AuthType Basic
AuthUserFile /Applications/MAMP/conf/apache/.htpasswd
require valid-user
Options -Indexes
</Directory>
##AKUTECH HOSTS LOCAL
NameVirtualHost *
#MAIN
<VirtualHost *>
DocumentRoot "/Users/alexku/Sites/"
ServerName localhost
<Directory "/Users/alexku/Sites/">
Order allow,deny
Allow from all
AllowOverride All
Options All
</Directory>
</VirtualHost>
#GORDON SCHOOL WEATHER
<VirtualHost *>
DocumentRoot "/Users/alexku/Sites/weather.gordonschool.org/"
ServerName gweather.akutech.local
<Directory "/Users/alexku/Sites/weather.gordonschool.org/">
Order allow,deny
Allow from all
AllowOverride All
Options All
</Directory>
</VirtualHost>
p.s Sorry for the odd formating of the files.

You cannot have multiple "<VirtualHost *>" directives. This indicates to apache that the following configuration is the default, and you can't have multiple defaults.
The solution is to change this line to indicate which site you're configuring.
For example:
<VirtualHost some.site.com:80>
 # configuration for some.site.com here
</VirtualHost>
<VirtualHost other.site.com:80>
 # configuration for other.site.com here
</VirtualHost>
<VirtualHost *>
 # catch-all defaults for unknown sites
</VirtualHost>

Similar Messages

  • Multiple domains pointing to one domain. How best for SEO?

    I'm a therapist. I have just created a site eg mytherpaystudio.com  I own several domains (currently as individual websites) ie thistherapy.com, thattherapy.com and anothertherapy.com etc. I think I made a big mistake when I created these websites because they are basically clones of each other, which I have learned through reading Google webmaster info etc may well have created SEO problems ie penalised me. I'm revamping the whole thing because I have a new therapy studio - massage, counselling, movement therpist etc
    Would I be best:
    Deleting the whole content and just pointing the domain name to the therapystudio.com site, or
    Only leaving content on the websitess which only pertains to the theraspy type ie thistherapy information, othertherapy information and using hyperlinks and text links to the mytherapystudio site?, or
    Anyone have another suggestion altogether
    Obviously I want the best possible seo outcome. I've stuck with iweb. I use RAGE iweb seo tool and sitemap automator.
    Thanks in advance for help

    I am a therapist as well and from my own experiences, I think you might be better forwarding the other domain names to the new therapy centre website.
    I did the same as you at one time, thinking that more sites might be better, but then decided that I would be better cutting down, so I tried a little re-branding of my practice and purchased a new domain name and just have 2 websites that advertise what I am doing - namely Structural Integration/Rolfing and Orthopaedic/Sports Massage and Rossiter System.
    I have to say though that when I re-designed the 2 websites, I ditched iWeb and one site I re-built using EverWeb (http://www.everwebapp.com), which is a good alternative to the now unsupported iWeb and for the other site I used Joomla, which is one of the Content Management Systems.
    The more sites and domain names you have, you more you have to get found, but I then found that I was losing track of what I did have.  As well as my now 2 websites and domain names I also make use of the free website building facilities by using WordPress.com, where you can set up a free website and publish to the WordPress severs and sometimes Wix - in this respect, the more you have the more you will be found.
    Good luck with it.

  • Using streamwork apis (set_data) in a sub domain

    When a Gravity item is created in a StreamWork Activity, we embed an IFrame in the item and point the source of the IFrame to a URL(https://www.gravity.streamwork.com/gravity?modelId=someModelId)  and there is no way we can use StreamWork Javascript APIs in the gravity domain. We cannot detect any changes to the Gravity content in the StreamWork Javascript files because the control is no longer in StreamWork domain.
    Gravity domain is a sub domain of StreamWork domain. Is there a way to access StreamWork APIs in the subdomain ?
    Regards
    Sreekanth

    Hi Sreekanth,
    I am not sure but Simon might have referred to using streamwork.io (https://streamwork.com/api/methods/Making_remote_requests.html).
    Regards,
      Rüdiger

  • Externally Hosted DNS - How do I set up my 2003 DNS server for sub domain to point to internal IP address??

    I have a domain name(domain.com) DNS hosted at my ISP. I also have 3 sub domains DNS hosted at the same ISP pointing to various external ip addresses (mail.domain.com, vpn.domain.com and ts.domain.com). We want to set up sales.domain.com to point to an
    internal 10. IP address. We have AD integrated DNS servers for our 2003 AD domain. The AD domain name is totally different than the hosted domain name in question. I currently edit the host file for a couple of PC's but this isnt practical company wide so
    I want to add entries on our internal AD DNS servers to resolve the locally hosted site. If i recall, someone once told me that you cannot just put an A record for one sub domain, I would have to have entries on my 2003 DNS server to resolve anything related
    to the domain.com name. Is this accurate? If so, what is the proper way to configure my 2003 AD DNS server to resolve anything domain.com related for my internal users while still allowing my ISP to do the DNS lookup for the internet.

    On my 2003 AD integrated DNS server...i rightclick forward lookup zone and choose...new zone..primary zone (store zone in AD checkbox checked)..i chose to all DNS servers in the AD domain for replication...zone name sales.domain.com....allow secure updates
    option....then i added an A record in that zone...sales.domain.com..pointed that towards my internal 10. IP address...is this correct? It seems to be working correctly for the sales.domain.com DNS record...and i tested the other sub domains...and those look
    like they are going to my ISP for DNS resolution...
    Is this the correct procedure? I did this on a test AD domain and not my production...i want to make sure i dont break everything under the domain.com by incorrectly adding 1 sub domain..

  • How do you post multiple personal domains to .Mac sub accounts?

    I was assured by .Mac tech support that .Mac will host a different personal domain on each of five accounts of a family pak. Now I discover that iWeb is a one-trick pony. I'm stunned that I can't create separate sites and upload them individually. I've never heard of an application that can only create one document!
    And I can't even find the data for that ONE document; ~/Library/Application/Domain.sites2 is only 20kb no matter how many photos you've added to the site.
    So I guess I have two questions: How do you post multiple domains to sub accounts?
    And, where's my data?

    The tilde (~/Library/etc.) indicates home folder; that is where I was looking. I did a Spotlite search and discovered that in attempting to backup my data, I'd moved it; Spotlite found it and it was all intact.
    Then I discovered I could duplicate Domain.sites2, change the names to Domain de.sites2, and Domain daru.sites2, open daru's site and delete de's, then open de's and delete daru's, and I had two separate sites that I presume I'll be able to upload separately. Once I get .Mac sub groups created...
    Seems like a stupid bit of programming; must have hired some windows guys to code it...
    Problem I'm having now is, .Mac won't let me set up a sub account in my wife's name because she already has a .Mac ID and a trial account because she joined a .Mac group. Awaiting a reply rom .Mac tech support.
    So my question isn't quite answered yet, but it does look like I can post several sites without having to set up separate user accounts. Seems like this could be explained in the help file in plain English...

  • Multiple domains pointing to 1 site

    Hi..
    If I add multiple domain names to a BC site, just using the "New Domain", does the system handle it in such a way that its not regarded as duplicate content? There is 1 default domain, so how are the rest of the domains treated if added, ie does it use 301 redirects so as to avoid the possibility being penalized by Google?
    If this is not the way to do it, can anyone explain how to deal with this, as there is nothing in the knowledge base on how to go about it.....

    Hi Liam,
    Couple of things...
    "You have google indexing multiple domains. If those domains contain the same content - Duplicate Content." 
    That's clear - thanks.
    "You say 301 redirects so I am gathering there are multiple domains to point to one set of content. "
    Yes, the client has bought a few different domain names, all which they want pointing to the same website. (Bad practice huh?)
    "Was it an attempt to improve SEO"
    Yes, seems everyone is a self professed SEO expert these days!
    Anyway, what is the best/simplest way to deal with this type of thing?

  • 2 domain, each with 2 way transitive truts, with sub domains pointing to the same DNS server (how should forward and reserver look zone be configured)

    Hello,
    I found a test environment and I just trying to understand how it works.
    If I have two domains (a.com and b.com) with sub domains(a1.com and b1.com) with two way trust and I want them to point to a Windows DNS server. How should the Forward lookup zones and Reverse lookup zones be configured? In forward lookup
    zones do I just add a new zone, make them all primary since only one DNS server, add a.com and b.com and do the same for reverse zones.
    Do the sub domains need to be added? What about pointers? Do I add the IP address of a.com and b.com in reverse lookup zones.
    A side question: When you create a Domain with dns AD intergrated the forward and reserve lookup are automatically created. You don't need to add the zone of the domain you just created but have to add zones of other domains.

    Hello,
    I found a test environment and I just trying to understand how it works.
    If I have two domains (a.com and b.com) with sub domains(a1.com and b1.com) with two way trust and I want them to point to a Windows DNS server. How should the Forward lookup zones and Reverse lookup zones be configured? In forward lookup
    zones do I just add a new zone, make them all primary since only one DNS server, add a.com and b.com and do the same for reverse zones.
    Do the sub domains need to be added? What about pointers? Do I add the IP address of a.com and b.com in reverse lookup zones.
    A side question: When you create a Domain with dns AD intergrated the forward and reserve lookup are automatically created. You don't need to add the zone of the domain you just created but have to add zones of other domains.
    Make each domain controller as a DNS server too. Reverse lookup zones & forwarders are not replicated automatically. You can create AD-Integrated reverse lookup zone & set the replication scope.
    You can create AD-Integrated DNS zones in the parent/root domain, set the replication scope to the forest-wide & delegate the zones for handling request locally. Once you create AD-Integrated DNS zone & set the replication scope forest wide, all
    the zones will appear automatically in each domain's DNS server.
    http://awinish.wordpress.com/2011/04/09/configuring-dns-in-child-domain/
    Awinish Vishwakarma - MVP
    My Blog: awinish.wordpress.com
    Disclaimer This posting is provided AS-IS with no warranties/guarantees and confers no rights.

  • Multiple domain point to same IP

    Hi all,
    I have had a DNS server up and running for awhile which seems to work fine. I now want to point a new domain name to the same DNS server. How I first approached the problem was to set up a new primary zone that resolved to the same reverse zone (which I am not sure is working...when I type host www.example.com it resolves to which ever zone I have it currently pointing to, not all...which makes sense I suppose). Can anyone provide a simple way to allow 2 domain names on one DNS primary zone? Do I need to add to my open directory setup?
    Thanks a ton in advance
    darnelld

    I think I am getting a bit out of my understanding....
    You're going to be learning about DNS and IP, of routing, of security, backups, and other areas.
    "On your LAN, your clients and your DHCP server will refer only to your DNS server(s), and then your DNS server(s) are then are the only widgets on your LAN that refer to your upstream DNS servers at your ISP or directly out to other DNS servers. Don't mix references to your local DNS services and to ISP DNS services within your clients, not at least until you're further along. (Mixing internal and external DNS server references didn't work prior to 10.6.3, and I'd stay away from it for now.)"
    I am not sure how I am mixing internal and external.
    I do not know if you are mixing your internal (LAN) and external (public) DNS references on your clients. Only you know that. You do have public DNS, and you do have private DNS. I am simply telling you not to mix your DNS server references from your clients.
    I have a dynamic ip is because comcast will not sell me a static ip in my area (if you can believe that...). Until this is changed I am forced to get a "static ip" from a external source. I then use comcast as my forward ip
    You don't have a static IP, and you're not getting a static IP from a Dynamic DNS provider, and you're not getting reverse DNS translations as those arrive only from your ISP, and you're accordingly going to have problems with outbound SMTP traffic; other servers will drop your mail. It doesn't matter why or how. If you don't have this, your SMTP server will be indistinguishable from a spam engine running on an infected client box, and your outbound mail will be gray-listed (best case) or dropped.
    (from your link..."Select the forwarding server(s) IP address(es) in your DNS server as your upstream ISP DNS server(s), or you can configure Google DNS as your forwarding servers.")
    When you configure a client, you need select DHCP, or a manual address. If you select DHCP, a DHCP server provides a unique IP address from a pool of IP addresses maintained by the DHCP server, the subnet mask, the IP gateway ("next hop") address, and one or more DNS server addresses. If you configure manually, you provide a unique IP address, subnet mask, the gateway, and one or more DNS server addresses.
    When you run split-horizon, you have to make sure your clients refer to your DNS server(s). Only. Which means manual configuration on the DHCP server and/or on the clients.
    I'd probably delete the whole of the local DNS configuration that you've been describing.
    I'd add one A (machine) record for the host.
    And I'd add one or more zones and each with CNAMEs pointing to the IP host for the Apache virtual hosts; what Apple calls "Sites". One CNAME for each virtual host. One (forward, primary) zone for each domain or each subdomain.
    This DNS configuration would be the same inside your external firewall as outside; one A record in the public DNS, and CNAMEs for the virtual hosts. Like Apache web services, Mail also provides virtual hosting, but your outbound host name must match your MX record for the domain. And your MX record would likely be your A record in your public DNS. Or your mail server will have to relay your outbound SMTP messages through another provider.
    And I don't prefer to use a Mac as a firewall. That's more effort, more complexity, more prone to silly configuration mistakes or software bugs, and it just isn't as easy to get it working. Look around the discussion forums for related sequences, and around setting up IP routing. If you have a firewall, you set your firewall as your IP gateway on your LAN, and you're done.

  • LDAP multidirectory with sub-domains

    Hi,
    i have some difficulties using LDAP COM object that comes with the IP phone Services SDK. I would like to search the whole AD, which has multiple subdomains. I would like to search the whole directory structure, with the base: DC=company, DC=country, without specifying any particular OU. However, the connection with this kind of directory base configuration fails (the COM object is not created), so i can not search the whole directory, only specific OUs. Is there any way to achieve searching the whole directory structure?
    Regards
    Marko

    Originally Posted by hwoess
    Hello to the commmunity!
    I have been done with our it-partners a DSfW-Setup. There are two OES2 Domain-Controllers which holds the "main-domain". Connected to this "main-domain" were two configured sub-domains (OES2, too). They have been setup virtually (VMWare). And there is the problem with our DSfW-Installation. If the VPN-tunnel (the sub-domains are connected through) is broken or I reboot the first "main-domain"-Controller, all the sub's didn't work. I mean, the don't reboot, but they have no "domain-functionality". I have seen, that the all the controllers make a (I guess) LDAP-connection to the first installed OES2 Domain-Controller. I don't know why. Is this normal? Can I change this?
    What I have to say is, that we connected to each (Sub-)Domain through a trust or a forrest a real MS AD. We put our workstations into the real AD and through the trust or forrest we get the users from eDir or DSfW.
    As I know no one has a construct like our company here in Austria, so nobody could help me. Maybe the community does!
    With kindest regards
    Hans-Christian Wssner
    Hi,
    When the VPN tunnel is broken or the first domain controller of the DSfW parent (first) domain is down, is the complete of eDirectory tree (all the partitions) still available (reachable)to the domain controllers of the DSfW sub-domains (child domains). You can place additional read-write replicas on the other DCs (for the partitions that are missing) if the complete eDirectory tree is not available when one of the above two conditions occur.
    Thanks,
    Praveen Kumar

  • Is it possible to have multiple SOA Server within same domain ?

    Hi All
    I need to know whether I can install and setup multiple soa_servers inside the same domain so that they can be managed by single weblogic instance.
    The use case scenario :
    We have a single DEV environment instance that has several environments configured with it like PR1, PR2, TR, PY, PC.
    The way we have achieved it is by creating partitions under soa_infra and deploying the code as we move up the ladder in testing phases before we move to separate QA and Prod.
    Because of the way Dev is being setup, we are not able to use/test Oracle B2B properly because there is no way to have environment specific distinction be created in Oracle B2B.
    In essence, at any point in time testing can happen only in one environment for out Dev box because it makes call to Oracle B2B (Trading Partners) and there is no way for us to distinguish whether the call is coming from PR1 or PR2 or PC or TR or PY.
    We have no issue testing it as long as it is not restricted to B2B but with B2B we are restricted because a single soa instance has a single B2b instance. ( We can not have partition wise instances of B2B)
    Requirement :
    Is it possible to install and configure different soa_server for.e.g
    soa_server1 : PR1
    soa_server2 : PR2
    soa_server3 : PY
    soa_server4 : PC
    soa_server5 : TR
    inside the same domain (dev_domain) so that they can be managed from single weblogic instance through Admin console and we can have different B2B instances for each soa_server.
    This way we will be able to differentiate between environments on the basis of ports with the same IP address.
    Please let me know if there is a possibility of achieving the same.
    Thank you so much in advance.
    Regards
    ACM

    Thanks Sharmela for your directions.
    Let me try to clone the soa server and see if it helps.
    Before I move forward, I would like to verify one thing from you.
    As you have mentioned the word "cluster" , I am not exactly trying to achieve the clustered setup "conventional way of load balancing and high availability" but instead I want to have these cloned soa servers( soa_server1 : 8001,soa_server2 : 8002,soa_server3 : 8003,soa_server4 : 8004,soa_server5:8005 )to have separate partitions ( PR1, PR2, PY, TR,PC) respectively.
    I hope I don't have to configure OHS to access these nodes since I want these nodes be available as a separate instance rather than redirecting load in case of any other becoming unresponsive ( OHS configuration)
    I am not sure whether I am making sense but all I need to do is point the PR1 instance having it's own port number(8001) to the PR1 instance of ERP.
    I think it is doable but just wanted to double check with you.
    Please let me know
    Thank you

  • Redirecting an Affiliate Link to a Sub-Domain?

    I have been trying to find a way to redirect the long and revealing affiliate link to a shorter and masked sub-domain. Example: http://www.domainname.com/AP.aspx?ID=4534&EID=87004562 to affiliate.domainname.com.
    I have tried creating A and CNAME records and produces error messages stating "Record Data is Invalid". The URL Redirect options are also limited in functionality.
    Has anyone found any workarounds or tricks they would be willing to share?

    Just create a virtural directory mapping in the web server configuration that points to the CFIDE folder on your system.

  • Map Sub-Domain to specific port

    Hi,
    I installed Tomcat 5 separatly from the built-in one, listening at port 8080.
    What I would like to do now is have a sub-domain, that points to this port.
    sub.mydomain.com -> www.myotherdomain.com:8080
    Is this possible with the Admin Tool, and how?
    Thanks for any help
    Aldo
      Mac OS X Server (10.4.9)  

    I tried again with this two line an it worked.
    Here the rewrite_log:
    83.79.170.214 - - [24/Apr/2007:08:54:23 +0200] [sub.mydomain.com/sid#1847e8c][rid#1834834/initial] (2) init rewrite engine with requested uri /
    83.79.170.214 - - [24/Apr/2007:08:54:23 +0200] [sub.mydomain.com/sid#1847e8c][rid#1834834/initial] (3) applying pattern '.*' to uri '/'
    83.79.170.214 - - [24/Apr/2007:08:54:23 +0200] [sub.mydomain.com/sid#1847e8c][rid#1834834/initial] (4) RewriteCond: input='GET' pattern='^TRACE' => not-matched
    83.79.170.214 - - [24/Apr/2007:08:54:23 +0200] [sub.mydomain.com/sid#1847e8c][rid#1834834/initial] (3) applying pattern '^/(.*)$' to uri '/'
    83.79.170.214 - - [24/Apr/2007:08:54:23 +0200] [sub.mydomain.com/sid#1847e8c][rid#1834834/initial] (4) RewriteCond: input='sub.mydomain.com' pattern='sub.mydomain.com' => matched
    83.79.170.214 - - [24/Apr/2007:08:54:23 +0200] [sub.mydomain.com/sid#1847e8c][rid#1834834/initial] (2) rewrite / -> http://localhost:8080/
    83.79.170.214 - - [24/Apr/2007:08:54:23 +0200] [sub.mydomain.com/sid#1847e8c][rid#1834834/initial] (2) forcing proxy-throughput with http://localhost:8080/
    83.79.170.214 - - [24/Apr/2007:08:54:23 +0200] [sub.mydomain.com/sid#1847e8c][rid#1834834/initial] (1) go-ahead with proxy request proxy:http://localhost:8080/ [OK]
    Hope it helps.
      Mac OS X (10.4.9)  

  • Can Business Catalyst host a sub-domain?

    Can BC host a sub-domain? If so then we can make arrangements to update our domain DNS and point to that address.
    Please advise whether BC can host sub-domains? We have a parent domain that we currently use for our marketing website although require a domain DNS to point to BC to make it live. Would a sub-domain be sufficient?

    Thx for your quick reply ! It helps a lot !
    Phil Martin
    Le 12 juin 2014 à 12:03, Dave Black <[email protected]> a écrit :
    Can Business Catalyst host a html css website done without Dreamweaver ?
    created by Dave Black in Business Catalyst FAQ - View the full discussion
    It sure can. Just upload your files with these instructions: Business Catalyst Help | Connect to your site using SFTP
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6452531#6452531
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Business Catalyst FAQ by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Can I run BC on a sub domain?

    I want to keep my main site somewhere else and just run BC on a sub domain.
    Is that possible?

    Hi Mark,
    Yes, you can add sub-domains to Business Catalyst sites. You just have to be sure when adding the sub-domain to BC that you select external hosting, and correctly point the A record for the subdomain to your relevent data centre (see http://kb.worldsecuresystems.com/601/bc_601.html for more information).

  • Can a sub domain be created in order to have a wordpress site?

    I am developing a wordpress based site that involves jquery masonry. However, I want to keep the ecommerce of my BC site in tact.  I understand that business catalyst does not support php. My developer said that the best thing to do is to get a sub domain and host it from a different provider. Is this correct?

    Hi,
    You could create a subdomain like blog.mydomain.com and setup your DNS to point to another provider's web server that is running PHP (like GoDaddy) so you can run a WordPress blog theme that incorporates jQuery Masonry. So your developer is correct.
    The only downside is Google will treat the subdomain like it is a 2nd website, not part of the main domain, so if you are writing a blog to build up your ranking for the main BC site where your e-commerce products are this won't accomplish that as well.
    As you know, Google doesn't like indexing product-only e-commerce websites very well, so I usually recommend to my clients that they also provide lots of written articles on their e-commerce domain, which Google will index and rank high and those articles bring visitors into the site. It is naturally best for those articles to be on the same domain as the online shop, so the main domain gets credit for those articles. If you put them on a subdomain, it gets the credit, not the main site. You would of course have links from the subdomain site pointing to the main domain shop, and as you know, inbound links to your domain from another help raise your Google rank, but Google will only give you partial credit because it will notice that the subdomain site is linking so many times onlyto the same ecommerce site. In other words it will know you are using one site just to promote another and those links aren't coming from many sources.
    Another approach is to accomplish your Masonry blog on BC. You can run jQuery Masonry or jQuery Isotope plug-in (both were written by http://metafizzy.co/ ) with a BC blog if you want to, so it can look just like the WordPress site you were thinking about. I've already used jQuery Isotope with the BC blog module, but on a site where each Blog Post is a photo rather than a written article. You can see it in action in the Gallery sections at http://www.BigDayWeddings.net where each photo you see is actually a blog post.  You could peek at my code there in the source code to see how that's working.  If you don't want to code it all from scratch like I did, you can on ThemeForest.net find an HTML template that does masonry or Isotope blogs (often the same templates sold there for WordPress for $35 also have an HTML version as well sold for only $15) but you'd still have to integrate that HTML template into the BC infrastructure for the blog.

Maybe you are looking for

  • Multiple iPods, multiple libraries, once instance of iTunes.

    I have 3 iPods, a 30g, 60g,and 18g iTouch. I have one pc with one instance of itunes. I have an external drive which holds the libraries for the larger ipods, but I keep the itouch library on my local drive. I want to be able to have iTunes show the

  • JComboBox: Can I have the arrow to show up in non-editing mode ?

    Hi, I have a JComboBox in a JTable. The JComboBox is not editable. If I'm selecting from the popup, the Popup shows a nice little arrow on the right. If I'm not selecting (e.g. I'm in another cell or another component has focus), the arrow doesn't sh

  • COMPAQ 615

    COMPAQ 615 WHEN TO START THE FAN RUNS DISPLAY IS BLACK. YOU DO NOT SEE NOTHING. FLASHING LED WIFI, Gialo WHEN, WHEN BLUE. WHAT PROBLEM? THANKS!

  • Nokia Life Blog - how can I get it to recopy files...

    I have some pictures on my phone that I copied to my PC using Nokia Life Blog. I accidentally deleted them from my PC in Nokia Life Blog but they are still on my phone. But when I sync, they don't copy across. Can anyone tell me how I can get them to

  • "beachball" issues

    I purchased an iMac a week ago. For the first week, I played my Facebook games without any problems. Two days ago, i started getting the beachball during game play. I thought it was perhaps due to a slow internet connection that day (we were getting