Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter fpiraneo

    (@fpiraneo)

    @sterndata Solved!!!

    Thank you very much!

    Thread Starter fpiraneo

    (@fpiraneo)

    More setup:
    Generated .htaccess with “pretty” permalinks enabled
    This is the format I choose: https://www.mysite.ch/sample-post/

    # BEGIN WordPress
    # The directives (lines) between <code>BEGIN WordPress</code> and <code>END WordPress</code> are
    # dynamically generated, and should only be modified via WordPress filters.
    # Any changes to the directives between these markers will be overwritten.
    <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
Viewing 2 replies - 1 through 2 (of 2 total)