iheartwillabees
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress in root directory and html site in sub directoryJust 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.
Forum: Fixing WordPress
In reply to: WordPress in root directory and html site in sub directoryI 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/ZhKOOPOIn 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.
Forum: Fixing WordPress
In reply to: WordPress in root directory and html site in sub directoryThis 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 WordPressI read several forums but could not find out what to add to the .htaccess so I am completely at a loss.