Problem with adding Tags and uploading media
-
I’ve searched around and asked around, and it seems that I may have some sort of problem with my .htaccess file. This is what is in my .htaccess file:
`AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule># END WordPress`
When I try to add a tag to a post by clicking the link that says “Choose from the most used tags in Post Tags”, nothing happens. The buttons to add media to a post are there, and they appear clickable (my cursor turns into the nice little gloved hand extending the index finger). I have the latest version of WordPress. I have downloaded and reinstalled everything a handful of times. Even with all plug ins deactivated, I’m still getting the same results.
Anyone have any suggestions? I appreciate the help of this community.
The topic ‘Problem with adding Tags and uploading media’ is closed to new replies.