Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter iheartwillabees

    (@iheartwillabees)

    Just figured out the problem. CODA 2 was sending me to mysite.com/public_html/NEWSITE/index.php

    i don’t know why it through the public_html in the address but it did.

    Thanks for you time.

    Thread Starter iheartwillabees

    (@iheartwillabees)

    I originally had the “NEWSITE” folder in the public_html folder and it gave me the 404 wordpress page.

    I did it again so i can show you that I did here:
    http://imgur.com/ZhKOOPO

    In my previous post with the contents on my server I was showing you that I created a sub-directory so it would be like: newsite.mywebsite.com instead of mywebsite.com/NEWSITE/index.html

    However the wordpress takes over my subdirectories as well.
    I can’t get wordpress to not take over my entire server.

    If there is a way to get the “NEWSITE/index.php” sub directory or “public_html/NEWSITE/index.php” to work i am all ears.

    Thread Starter iheartwillabees

    (@iheartwillabees)

    This is how the setup is: http://imgur.com/vBWTDpi

    New Site is a new subdirectory and when every you open the index.php file under new site, wordpress still pops up with a file not found 404 error page.

    I am guessing it has to be the .htaccess file
    which is currently:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    I read several forums but could not find out what to add to the .htaccess so I am completely at a loss.

Viewing 3 replies - 1 through 3 (of 3 total)