Plugin Directory

Changeset 1882365


Ignore:
Timestamp:
05/28/2018 07:22:00 AM (8 years ago)
Author:
cina
Message:

update readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • odlinks/trunk/README.txt

    r1882361 r1882365  
    5454- Create a subcategory is mandatory and required!
    5555
    56 Depending on the "Permalink Settings" it's possible for some pages that the categories urls are not accessible.
    57 To fix this problem you should go to update the .htaccess file which is exised under wordpress top directory.
     56
     57https://www.youtube.com/watch?v=PSrZpBrGaYo
     58This guide will show you the step by step process for first installation/configuring
    5859
    5960
    60 Normaly if you click on categories you will get something like this:
     61Depending on the "Permalink Settings" it's possible for some pages that the categories urls are not accessible.
     62To fix this problem you should go to update the .htaccess file which is existed under Wordpress top directory.
     63
     64
     65Normally if you click on categories you will get something like this:
    6166<yourDomain>/odlinks/?_action=main&id=2&parent=1
    6267
    63 If insteaed of the "/odlinks/" somthing elses is placed for example "/97-revision-v1/"
    64 you can upadte your the .htaccess file as follows:
     68If instead of the "/odlinks/" something else is placed for example "/97-revision-v1/"
     69you can update your the .htaccess file as follows:
    6570
    6671<IfModule mod_rewrite.c>
     
    6873RewriteBase /
    6974RewriteRule ^index\.php$ - [L]
    70 RewriteRule ^97-revision-v1/?([^/]*)?/?(.*)$  /index.php?pagename=odlinks=$1=$2 [QSA,L,R,NS]
     75RewriteRule ^97-revision-v1/?([^/]*)?/?(.*)$  /index.php?pagename=odlinks=$1=$2 </strong>[QSA,L,R,NS]
    7176RewriteCond %{REQUEST_FILENAME} !-f
    7277RewriteCond %{REQUEST_FILENAME} !-d
Note: See TracChangeset for help on using the changeset viewer.