Need Assistance on Wordpress

Discussion in 'Content Management' started by vraghav, Jul 16, 2013.

  1. #1
    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.
     
    vraghav, Jul 16, 2013 IP
  2. Vernard

    Vernard Member

    Messages:
    92
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    48
    #2
    You can create the subdomain and then add a masked URL forwarder for it.
    http://webstarthelp.com/forwards.html
     
    Vernard, Jul 17, 2013 IP
  3. prince@life

    prince@life Notable Member

    Messages:
    278
    Likes Received:
    13
    Best Answers:
    3
    Trophy Points:
    225
    #3
    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.
     
    prince@life, Jul 23, 2013 IP
  4. Mike Carroll

    Mike Carroll Greenhorn

    Messages:
    89
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    8
    #4
    I might have to look at doing that for myself. I was wondering about that too.
     
    Mike Carroll, Jul 26, 2013 IP
  5. masadaslam

    masadaslam Member

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    31
    #5
    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):
     
    masadaslam, Jul 26, 2013 IP
  6. mikehussy

    mikehussy Greenhorn

    Messages:
    68
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #6
    you can create a subdomain.
     
    mikehussy, Jul 27, 2013 IP