phranque

msg:4438373 | 11:12 pm on Apr 7, 2012 (gmt 0) |
you might be ok if you move the url structure to the root directory of a subdomain and then it would be a simple matter to host the forum subdomain separately from the main hostname. http://forum.example.com/ otherwise you could use mod_proxy or similar to send all requests for http://www.example.com/forum/ to the ASP server. or use mod_aspdotnet: http://mod-aspdotnet.sourceforge.net/ [mod-aspdotnet.sourceforge.net] or mod_mono: http://www.mono-project.com/Mod_mono [mono-project.com]
|
D3mon

msg:4438469 | 9:32 am on Apr 8, 2012 (gmt 0) |
Thanks phranque. A similar theory came up before, but it's good to see it surface again. Should I be concerned from a SEO/SERPS point of view, when changing my forums URL structure from example.com/forums/... to forums.example.com... My feeling is that the forums will disappear from the SERPS in this case.
|
D3mon

msg:4438752 | 2:26 pm on Apr 9, 2012 (gmt 0) |
OK, I just got done with the changes. It's not 100% perfect, but close. My procedure: 1. I copied and pasted the main site (PHP) code to the new host. 2. Tested and configured it to work in the new environment (a few code tweaks) 3. Moved the forums on the existing host (Windows/ASP) from mydomain.com/forums/ to forum.mydomain.com and re-configured. 4. Updated the nameservers on the domain to point to the new host. 5. Configured an A-record for 'forum.mydomain.com' to point back to the IP address of the existing host. 6. Finally, I configured the .htaccess on the new host to take any requests for scripts in the old mydomain.com/forums/[...] and redirect them to forum.mydomain.com/[...] I learned a lot about DNS and I'm sure I annoyed the new host a bit with my Q's, but we got there in the end. :D Only problem left is that some of the PHP on the main site connects to the MSSQL running the forums to get some data but now can't because the new hosts doesn't allow this. I'm looking into cURL (maybe) to get this data in another way.
|
D3mon

msg:4439061 | 9:32 am on Apr 10, 2012 (gmt 0) |
PHP Curl was the answer to the remaining piece of the puzzle. :) (plus a bit of ASP)
|
vikramsaluja

msg:4484306 | 2:52 pm on Aug 13, 2012 (gmt 0) |
There are many companies which provide you with free trails u can search the net for then and once sure u can go for it there was one web service provide which i was great and started the trail concept in Asia [vpshosting.com.hk ]
|
|