Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

  • Leonson
    Participant

    @leonson

    yes, it do


    Leonson
    Participant

    @leonson

    Here is my .htacces:

    
    # 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
    

    im pretty sure im running on linux (because im using PLESK), but normal it does nothing with wordpress.

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar