Can only access homepage and admin panel

Question

I am really struggling to move WordPress from an external host to my localhost (xampp). After two days trying to do this I am now at the stage where I can access the homepage and admin panel, but nothing else.

I have accessed permalinks and clicked save as shown below:

enter image description here

Here is the .htaccess file that is generated:

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

# END WordPress

Here is the apache config:

Options All

AllowOverride All

and:

LoadModule rewrite_module modules/mod_rewrite.so

For example, when I try to access: http://ianscomputer/Blog/about-2/; I see this in Fiddler:

enter image description here

What is the problem?

Update
Here are some more settings:

enter image description here

enter image description here

0
, , , w0051977 3 years 2020-06-01T11:11:21-05:00 0 Answers 100 views 0

Leave an answer

Browse
Browse