Changeset 1882365
- Timestamp:
- 05/28/2018 07:22:00 AM (8 years ago)
- File:
-
- 1 edited
-
odlinks/trunk/README.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
odlinks/trunk/README.txt
r1882361 r1882365 54 54 - Create a subcategory is mandatory and required! 55 55 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 57 https://www.youtube.com/watch?v=PSrZpBrGaYo 58 This guide will show you the step by step process for first installation/configuring 58 59 59 60 60 Normaly if you click on categories you will get something like this: 61 Depending on the "Permalink Settings" it's possible for some pages that the categories urls are not accessible. 62 To fix this problem you should go to update the .htaccess file which is existed under Wordpress top directory. 63 64 65 Normally if you click on categories you will get something like this: 61 66 <yourDomain>/odlinks/?_action=main&id=2&parent=1 62 67 63 If instea ed of the "/odlinks/" somthing elsesis placed for example "/97-revision-v1/"64 you can up adte your the .htaccess file as follows:68 If instead of the "/odlinks/" something else is placed for example "/97-revision-v1/" 69 you can update your the .htaccess file as follows: 65 70 66 71 <IfModule mod_rewrite.c> … … 68 73 RewriteBase / 69 74 RewriteRule ^index\.php$ - [L] 70 RewriteRule ^97-revision-v1/?([^/]*)?/?(.*)$ /index.php?pagename=odlinks=$1=$2 [QSA,L,R,NS]75 RewriteRule ^97-revision-v1/?([^/]*)?/?(.*)$ /index.php?pagename=odlinks=$1=$2 </strong>[QSA,L,R,NS] 71 76 RewriteCond %{REQUEST_FILENAME} !-f 72 77 RewriteCond %{REQUEST_FILENAME} !-d
Note: See TracChangeset
for help on using the changeset viewer.