• Resolved lemonl

    (@lemonl)


    Hi

    I would like to ask you for help, I just can not set up a WordPress Permalink form 404.

    Advanced Permalinks plugin installed and still does not work. If you can tell in the sequence of all I have to do that would earn these Permalink.

    Thanks …

    All my .htaccess file


    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /wordpress/
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /wordpress/index.php [L]
    </IfModule>
    # END WordPress

Viewing 15 replies - 1 through 15 (of 18 total)
Viewing 15 replies - 1 through 15 (of 18 total)

The topic ‘Help Permalink !’ is closed to new replies.