• Resolved Ozanfoodtruck

    (@ozanfoodtruck)


    Hi,

    I have a question

    How can I use directorist plugin in Posts i need this because list URL seen as domain .com/index.php/directory/xxxxxx
    I just need domain com/xxx – is this possible?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Support Rafiz Sejim

    (@rafizsejim)

    Greetings @ozanfoodtruck

    Thank you for reaching us.

    This is an issue related to the hosting. Are you running WordPress on a Windows-based server? Are you using the Plesk Control Pane?

    My suggestion would be to discuss this with your hosting provider. You may also try checking with the following first.

    Firstly, make sure that mod_rewrite is enabled on your server.

    Secondly, navigate to Settings > Permalink and make sure that “index.php” is not written in your custom structure.

    Lastly, make sure this line of code is in your .htaccess file(if using unix based server):

    # 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

    I hope that helps.

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘index/html url problem –’ is closed to new replies.