Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter iamkeithgallagher

    (@iamkeithgallagher)

    Thank you for your help. I removed the .htaccess files from both the parent folder and the subfolder in question. It provided the same results as when they were in there.

    here is the one in the subfolder:

    # 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

    here is the one in the parent folder (the original domain assigned to my account was https://www.keithjust.in)

    RewriteEngine on
    
    RewriteCond %{HTTP_HOST} ^keithjust\.in$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.keithjust\.in$
    RewriteRule ^/?$ "http\:\/\/www\.processandinspiration\.com\/" [R=301,L]
    
    # Use PHP5 Single php.ini as default
    AddHandler application/x-httpd-php5s .php
    
    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress
    RewriteCond %{HTTP_HOST} ^keithjust\.in$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.keithjust\.in$
    RewriteRule ^blog\/$ "http\:\/\/www\.processandinspiration\.com\/" [R=301,L]

    I have no idea really. Is there a way to take my exported .sql of my database and my wp-content file and make an entirely new install and import all the content somehow? Is there a solution similar to this that would work more efficiently?

    Thanks again for your help.

Viewing 1 replies (of 1 total)