Installed plugin as per instructions and have set smarty cache folder permissions.
Changed settings and created DB for ODLinks
Created two basic top level categories
Clicking the categories from the ODLinks home page give Error 404
Installed plugin as per instructions and have set smarty cache folder permissions.
Changed settings and created DB for ODLinks
Created two basic top level categories
Clicking the categories from the ODLinks home page give Error 404
I have the same problem. Wasted 4 hours on this. Does not work.
If you are using clean URLs the page name must match what is in the .htaccess file
RewriteRule !^(classified|members-links)/ /index.php [L]
RewriteRule members-links/([^/\(\)]*)/?([^/\(\)]*)/? /index.php?pagename=members-links&_action=$1&id=$1&parent=$2 [QSA,L,NS]
Hello,
I'm sorry, I have tried to edit my .htaccess file. And I don't :( get it... it's either 404 or internal 500 error..
My permalink setting is: /%postname%/
I have created 1 main category and a subcategory. The main category is the set as parent to subcategory.
This is what it looks like .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
plz help Thansk H
This plugin does not work, needs to be removed from the repository
You must log in to post.