Results 1 to 3 of 3

Thread: URL Rewriting

  1. #1
    Join Date
    Jun 2010
    Location
    India
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default URL Rewriting

    Hello i stuck on some place

    i have my site as "test" containing 5 sub folders and some files

    and want to create sub domain as that sub domain will access the files and folders of the main site directly (no need to put any folder or file in the sub domain folder)


    (1)test/subdomain/test.php will access test/test.php(url will be:test/subdomain/test.php)
    (2)test/subdomain/folder1/test.php will access test/folder1/test.php(url will be:test/subdomain/folder1/test.php)
    (3)test/subdomain/folder1/folder2/test.php will access test/folder1/folder2/test.php(url will be:test/subdomain/folder1/folder2/test.php)

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    There are ways to do this, but it would be easier to just setup the DNS to mirror the main site through the subdomain. It's easy (once you find the options), and you won't need to do anything to maintain it.

    If not, you can use htaccess and mod_rewrite, but that's something best avoided if possible.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. The Following User Says Thank You to djr33 For This Useful Post:

    rakeshg (06-04-2010)

  4. #3
    Join Date
    Jun 2010
    Location
    India
    Posts
    2
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    Thanks,
    But subdomains will be more admin can add lots of subdomains(affiliates) so DNS to mirror the main site through the subdomain is possible????

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •