• Resolved Lostone

    (@pawangond)


    hey i dont know why but no pages are working, i am getting this
    Not Found
    The requested URL /test/ was not found on this server.
    Apache/2.4.18 (Ubuntu) Server at example.com Port 443

    htaccess content
    # 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

    Module rewrite is also enabled, i checked this by activate it and got this :
    Module rewrite already enabled

    No pages are working except home, even woocommerce post

    permalink :
    https://example.com/sample-post/
    for woocomerce post
    https://example.com/product/sample-product/

    please help :/

    • This topic was modified 6 years, 9 months ago by Lostone.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘URL Not Found’ is closed to new replies.