404 error due to Pretty Permalinks using local server
-
It isn’t for lack of trying, I have spent 4 hours trying to understand old threads of how to fix something to do with .htaccess that is not allowing Post name permalinks.
Not Found
The requested URL /optico_us/wordpress/home/ was not found on this server.
Apache/2.4.9 (Win32) PHP/5.5.12 Server at localhost Port 80With Plain Permalink setting, I have no problem viewing the webpage on the local server.
Another discussion said there is something that can be altered in Apache. I have no idea where to find that.
Along with what to change, I need specific info of how to get access to where the change is made, how the change is stored, what is necessary to activate the stored change. For instance this help comment is popular:
# 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 put it in a notepad file on my desktop, copied the text into a file called .htaccess that I found via Microsoft Explorer, saved that file for better or worse. Nothing happened, which I guess is better than making it worse. Closed my WP editor, reopened, same problem.
If FTP is necessary, how is that done on a local server?
So please, from beginner’s perspective, what/how/where should be done to fix this problem that looks like it is some 6 years old. Hard to believe.
The topic ‘404 error due to Pretty Permalinks using local server’ is closed to new replies.