Vote count:
0
I've just install wp-symposium on my wordpress website. Sadly it has some strange behavior, when clicking a url to a topic it redirects me to the topic overview.
Scenario: I go to the topics overview, i click on the link of certain topic i want to read. It starts loading to go to the selected topic but the suddenly it redirects me back to the topic overview.
I allready have enabled the wp-symposium permalink settings this makes the urls cleaner but it still gives me the same problem.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Now i'm using a basic .htaccess setup again because i didn't trust the settings added by plugins anymore.
I did my searching and found the permalinks settings but this sadly doesn't resolve my specific problem.
Thanks in advance :)
asked 56 secs ago
Aucun commentaire:
Enregistrer un commentaire