A problem with accessing mysite.com/abc/recipes
-
Hi there
I have a problem with getting the link mysite.com/abc/recipes leading to the main recipe page as set in the recommended default settings of the plugin, which I thought you might help me solve.
I have checked the permalinks settings & reset them like you advise, but that link above always leads to the blog front page, with non-recipe posts & not to the main recipe page, although the link appears correct.The link of the posted sample recipe on the front page, though is correct.
There are other plugins I use like Buddypress & Sabai directory plugin, which also require the “post name” permalink & they “accept” the settings.
This problem is also being faced with another plugin “bbforum”, where mysite.com/abc/forums is not directing to the forum index page, but like in the above recipe module case, to the blog front page, with its content – although the link appears correct, ie. mysite.com/abc/forums.
I had also requested for help at Very strange problem with SOME links, but have not got a response yet.
I must add that in mysite.com, sharing the same modules this conflict is not there & for example mysite.com/forums goes correctly to the forum page. Unfortunately, I am using a different recipe module there, but I assume this issue would not come up & it shows it is not a server-related problem, as they share the same server settings.
May be you may help me identify what the real source of the problem is. I do intent to add more recipes, but the main recipe page is not accessible, then it makes no sense.
This .htaccess file, I assume is correct as it is the one generated:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /abc/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /abc/index.php [L] </IfModule> # END WordPress
Also, I need to add, that I have tried to disable all other modules to no avail.
I have tried to search for help, but the results are more or less for people with .htaccess issues & the like, but I see no problem with mine & as said, the site in the root folder has no link issues.
I would appreciate some advise.
Thank you in advance.
- The topic ‘A problem with accessing mysite.com/abc/recipes’ is closed to new replies.