• I’m using the https://www.website.com/post-title links on my site, but it’s causing some problems.

    I’m running a test site in https://www.website.com/test, and when I click on links there, I get redirected to a 404 page on my standard site (www.website.com).

    For instance: I have a page named Hello. The url should be https://www.website.com/test/hello, and it says so in the permalink section when I edit the page in admin cp. But when I click view page, I get the weird 404 page.

    What’s wrong? Is there something with the .htaccess? When I change it to /test , it works, but then my real website (website.com) will redirect to the test site.

    What should I do?

    edit: I noticed, if the page title exists on the standard site, the test site links will redirect me there instead… even though the links says https://www.website.com/test/title

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Phoenix39

    (@phoenix39)

    Bump! I really need help, it’s for work and I have a deadline.

    Thread Starter Phoenix39

    (@phoenix39)

    Also, site title doesn’t work. It only displays the post titles, not the website title. I don’t know if it’s a related problem?

    Bumping isn’t allowed here, and it’s recommended that you start new topics for each new issue. An actual link to the site would help us help you.

    Thread Starter Phoenix39

    (@phoenix39)

    Well, the thread disappeared pretty fast so I thought I’d give it a shot.
    I suspect the issues may be related, that’s why I put it here.

    It’s a site for work, so unfortunately I can’t share it here. But yes, that would be convenient.

    Hopefully there would still be someone out there with the courage and knowledge to help me!

    Ensure that the site URL is correct, and refresh permalinks. Without seeing your .htaccess, or the site, I douby anyone is going to be able to provide further assistance, but good luck.

    Thread Starter Phoenix39

    (@phoenix39)

    You mean in general settings? It is correct.

    Here’s my htacces file:

    # 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 WordPress

    Hopefully there’s a clue in there?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Link don't work, what to do?’ is closed to new replies.