|
|
|
|
|
by smt88
4149 days ago
|
|
Moving content from one URL to another is going to create SEO issues. The issues aren't permanent, but if you rely on search traffic for cashflow, you just can't do it. It's possible (but not necessarily as performant) to have your Craft code running at oururl.com/blog and oururl.com/tutorial, but your Laravel code running at your other URLs. It really just depends on how your server is configured (and which server you're using). Generally speaking, I think there are reasons to use subdomains (addressing different regions perhaps, definitely when running a different SaaS codebase). For your purposes, I don't see a good reason to use a subdomain, and it does add a little complexity related to configuration, cookies, SSL certs, and user perception. |
|