CubeCart and WordPress are independent applications, but they can run side by side on the same server and domain.
Typical Setup
| Application | URL | Purpose |
|---|---|---|
| CubeCart | www.example.com | Online store |
| WordPress | www.example.com/blog | Blog & content |
Each application has its own database and runs independently.
How to Set It Up
- Install CubeCart in your domain’s root (or a subdirectory like
/shop). - Install WordPress in a separate subdirectory (e.g.
/blog). - Each uses its own MySQL database — do not share databases.
- Use consistent branding across both.
On Official CubeCart Hosting
WordPress is supported on the Multi/Large Store plan. View hosting plans.
Tips
- Use the same SSL certificate for both.
- Keep both applications updated for security.
- Consider a shared header/footer design for brand consistency.
- If using CloudFlare, it covers both applications on the same domain.