404 Error and .htaccess problem using wordpress in subfolder
-
I have a WordPress installation at Subdomain. I wish to have the website display the blog at https://www.website.com
The WordPress folder is located at https://www.website.com/wordpress/
The migration is complete but the pretty permalinks do not work. For the default permalink structure, its fine but for
/%postname%/
it displays 404 Errors.This is the .htaccess code WP has generated in the root
# 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
Any help on to getting this working with pretty permalinks would be great. I am running on Godaddy
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘404 Error and .htaccess problem using wordpress in subfolder’ is closed to new replies.