can't access pages without trailing / – can't access /wp-admin
-
I can’t access any pages without putting a trailing “/” and I never had to do that before… so that means that none of my links in the site work because they don’t have that trailing “/”
It also means that I can’t login to the admin because, even if I manually go to “https://northcoastimports.com/wp-login.php/” , after I put in the login info it redirects me to “https://northcoastimports.com/wp-login.php” without the backslash and then I get a “broken-link” error from the browser.
Also, “https://northcoastimports.com/wp-admin/” gives me a “broken-link” message, and so does “https://northcoastimports.com/wp-admin”
I haven’t had this problem before in over a year of using this website. I have two other installations of WP, and all three use the Atahualpa Theme – all with the same problem. I also have an installation of WP with WordPress Default 1.6 that works okay.
I have another thread that talks about the problem and what I’ve done so far:
https://www.ads-software.com/support/topic/cant-login-cant-access-login-page?replies=8#post-1861867There they said the problem was probably in my .htaccess file which is copied here:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
RewriteCond %{HTTP_HOST} ^northcoastimports.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.northcoastimports.com$
RewriteRule ^press\.htm$ “http\:\/\/blog\.germanclocks\.org” [R=301,L]What can I do? Any help is greatly appreciated!
- The topic ‘can't access pages without trailing / – can't access /wp-admin’ is closed to new replies.