Quantcast
Channel: WampServer - WampServer English
Viewing all articles
Browse latest Browse all 3177

clear cache to direct correctly to wp-login.php localhost? (1 reply)

$
0
0
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?

Viewing all articles
Browse latest Browse all 3177

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>