Hi all,
OK my head is officially wrecked!! :-)
I have had to move a previously working site that's based on WP and update it.
However, I have some issues with links.
I was planning on using .htaccess to redirect to a splashscreen on entry. However, if i specify a page in .htaccess any php link (i.e. ?p=123, or ?page=123) goes to the page specified in the .htaccess file.
I found what i thought was a workaround by adding "index/php" to the link so
"index.php?p=123" etc. this worked for static links but obviously not for generated links as "?p=123" would go to whatever page was specified in .htaccess
I'm also having issues is links are clicked in a WP page, a link to something like "?p=37" in a page http://www.mydomain.com/article.php will simply place http://www.mydomain.com/article.php?p=37 in the address bar but do nothing.
I hope i'm being clear.
I really need help on this as soon as possible.
Thanks in advance