• travelavenger

    (@travelavenger)


    Hi there,

    I am using wordpress with Permalink Custom Structure /%category%/%postname%/

    When I create a post with “numbers only” post title, the page return 404 at the browser. But with “letters only” post title, there is no issue.

    For example:

    https://xxxxxxxxxxxxxxxxx.com/category/3333/ return 404 error

    Any idea why? thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • @travelavenger

    I have recreated this, and I don’t get a 404 error. Have you tried clearing your cache?

    Thread Starter travelavenger

    (@travelavenger)

    Hi there,

    Thank you for your reply, even I cleared the cache, the same problem happened.

    Here are some addition information for your reference:

    ======

    The url should be: https://xxxxxxxxxxxxxxxxx.com/surfolder/category/sub-catagory/sub-sub-catagory/3333/

    there are 3 levels of category.

    ====

    The htaccess mod_rewrite is:

    <IfModule mod_rewrite.c>
    RewriteEngine Off
    RewriteEngine On
    RewriteBase /surfolder/
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /surfolder/index.php [L]
    </IfModule>`

    Please advise , thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wordpress post title with only number return 404 error’ is closed to new replies.