Hi, I have a wordpress site in the main domain (www.leadsacademy.in). I've created a page as www.leadsacademy.in/nutritiontrainingcourse Is it possible to have the same page as nutritiontrainingcourse[dot]leadsacademy[dot]in WITHOUT uploading a new wordpress into the subdomain? Please assist. Regards, Raghav.
You can create the subdomain and then add a masked URL forwarder for it. http://webstarthelp.com/forwards.html
Yes, Its possible. All you need to save your current page with all attached stylesheets, and after that edit all of your links pointing to the root ( homepage of leadsacademy[dot]in ) on that page. Now upload that page to your subdomain.. If you can't done by yourself, then contact me by personal message. I will help you to solve your problem. Thanks.
If you don't want to create subdomain and place any file (html and css) there, then you need to add some lines into .htaccess file, like: RewriteEngine On RewriteCond %{HTTP_HOST} ^nutritiontrainingcourse\.leadsacademy\.in RewriteRule ^(.*)$ /nutritiontrainingcourse/$1 [L] Code (markup):