clear cache to direct correctly to wp-login.php localhost?
Posted by: LivingThis (---.cable.dynamic.v4.ziggo.nl)
Date: October 05, 2020 01:10PM

I have a wamp wordpress server caching problem.
At the moment I cant login at my localhost wordpress.
I can see the wp-login.php, but even after clearing the browsers ( all 4) I have no possibility to login as it redirects to wp-admin and a 404 page.
My virt host is [localhost4] the path to it is: A:/wamp/www/site4/

the .htaccess file in the site4 dir says:

# BEGIN WordPress
# De richtlijnen (regels) tussen `BEGIN WordPress` and `END WordPress` worden
# dynamisch aangemaakt en zouden enkel aangepast mogen worden via WordPress filters.
# Elke wijziging aan deze richtlijnen tussen deze markeringen worden overschreven.
<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

Besides that I found apache directives : htcacheclean I used the console from WAMP called Command Windows Apache/bin
I used the options -a and -A to list urls but both gave no output.


Are there more ways to clean the cache? Or could it be any other problem?
Im asking this here, not sure it you can or want to answer it because maybe its not the right forum. If its not possible to help can someone then give a location online where more info is supplied?

Options: ReplyQuote
Re: clear cache to direct correctly to wp-login.php localhost?
Posted by: Otomatic (Moderator)
Date: October 05, 2020 02:39PM

Hi,

> console from WAMP called Command Windows Apache/bin
> I used the options -a and -A to list urls but both gave no output.
httpd -a or httpd -A are illegal options

To see what the options are, type httpd /?

To see VirtualHost definitions :
Right-Click -> Tools -> Show VirtualHost examined by Apache.

You can perform tests by renaming the .htaccess file to .old_htaccess

You can also empty the wamp(64)/tmp/ folder which contains the sessions.

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.