.htaccess file - I have a wee problem with it :(
This is his instruction:
An example for htaccess code to redirect to odlinks You need an .htaccess file. The file will be create/modify by wordpress via the Permalink/mod-rewrite option.
Please edit the .htaccess file in the root folder of your Wordpress.
You use the default .htaccess file and modify the file as follow:
The redirect should look something like this
RewriteRule
!(classified|odlinks)/ /index.php [L]
RewriteRule ^odlinks/([^/
\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/? /index.php?
pagename=odlinks&_action=$1&id=$2&parent=$3 [QSA,L,R,NS]
so what I did was to paste it in like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
RewriteRule !^(classified|odlinks)/ /index.php [L]
RewriteRule odlinks/([^/\(\)]*)/?([^/\(\)]*)/?([^/\(\)]*)/? /index.php?pagename=odlinks&_action=$1&id=$2&parent =$3 [QSA,L,R,NS]
</IfModule>
# END WordPress
Now my site looks like this: | mylink2.com
Can someone help me with the correct code to get this plugin to make the link directory work as it should. Here is the creators site showing you what the link directory should look like: forgani.com
I hope this all makes sense

Cheers
Viv
-
Mickm -
Thanks - 1 reply
SignatureGet to the top of GoogleEXCLUSIVE: Get 10,000+ INSTANT Backlinks on Autopilot!SEO Since '97{{ DiscussionBoard.errors[613712].message }}-
mistyone -
Thanks
SignatureBest Website Host | Chair Lift For Stairs | Optimize your browzer + FREE speed check | Cookie Diet{{ DiscussionBoard.errors[613758].message }} -
-
-
mistyone -
Thanks
SignatureBest Website Host | Chair Lift For Stairs | Optimize your browzer + FREE speed check | Cookie Diet{{ DiscussionBoard.errors[613717].message }} -
-
Dave OSullivan -
Thanks - 1 reply
{{ DiscussionBoard.errors[620771].message }}-
mistyone -
Thanks
SignatureBest Website Host | Chair Lift For Stairs | Optimize your browzer + FREE speed check | Cookie Diet{{ DiscussionBoard.errors[621378].message }} -
-
-
bobspanner -
Thanks - 1 reply
{{ DiscussionBoard.errors[744771].message }}-
mistyone -
Thanks - 1 reply
SignatureBest Website Host | Chair Lift For Stairs | Optimize your browzer + FREE speed check | Cookie Diet{{ DiscussionBoard.errors[744862].message }}-
dadida -
[ 1 ] Thanks
{{ DiscussionBoard.errors[759084].message }} -
-
-