• Plugin Author cina

    (@cina)


    The installation is actually very easy.
    I don’t quite understand was is the problem.
    This weekend, I will go and upload a video in YouTube to show how it’s work.
    Fri May 25 09:19:16 CEST 2018
    Demo: https://www.forgani.com/odlinks

    • This topic was modified 6 years, 9 months ago by cina.
Viewing 1 replies (of 1 total)
  • Plugin Author cina

    (@cina)


    This guide will show you the step by step process for first installation/configuring

    Depending on the “Permalink Settings” it’s possible for some pages that the categories urls are not accessible.
    To fix this problem you should go to update the .htaccess file which is existed under WordPress top directory.

    Normally if you click on categories you will get something like this:
    <yourDomain>/odlinks/?_action=main&id=2&parent=1

    If instead of the “/odlinks/” something else is placed for example “/97-revision-v1/”
    you can update your the .htaccess file as follows:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteRule ^97-revision-v1/?([^/]*)?/?(.*)$ /index.php?pagename=odlinks=$1=$2 [QSA,L,R,NS]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>

Viewing 1 replies (of 1 total)
  • The topic ‘Let’s me show in a video how it’s work.’ is closed to new replies.