Installing wordpress in a subdirectory for testing/upgrading purposes
-
Hello all,
I’ve finally convinced one of my clients to upgrade their wordpress site. We’re installing a new theme and upgrading to 3.4
I’ve installed the newest version of wordpress in a subdirectory https://www.amadeabailey.com/staging/wordpress
As you can see, a 404 is thrown every time I try to access the staging blog. I imagine I have an issue with my .htaccess file in the root directory. Here is the code:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
Do I need to change something to allow me to configure the testing version of wordpress?
Hope to hear back from someone soon. I’m somewhat of a noob and am trying to update the site w/out affecting the live version until everything is complete.
Thanks in advance for the quick, helpful replies!
Josh
- The topic ‘Installing wordpress in a subdirectory for testing/upgrading purposes’ is closed to new replies.