honza108
Forum Replies Created
-
Forum: Plugins
In reply to: Simple Tags tag pages not workingHi, YoUnGLinKiE, I don’t understand what does not work? Tagging works well… http://www.benintendo.be/tag/boom-blox
Forum: Fixing WordPress
In reply to: Adserve giving fatal error with WP 2.7wendymerritt, try to (backup and) delete
/wp-content/plugins/adservefolder from your server.Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] ERROR HTTP ERROR : imgname.jpg : 404It seems you have restricted HTTP access to the plugin folder including uploader file.
Try to place .htaccess file with following code to ‘nextgen-gallery/admin’ folder:
<FilesMatch "upload.php"> Allow from all Satisfy Any </FilesMatch>Forum: Fixing WordPress
In reply to: nextgen gallery loses functionalityTry to access nextgen-gallery folder via HTTP, for example http://www.example.com/wp-content/plugins/nextgen-gallery/admin/upload.php
Getting HTTP 404 error?
If you have restricted HTTP access to the plugin folder + using mod_rewrite for permalinks, it may cause 404 error for restricted files or folders.
Maybe try to place .htaccess file with following code to nextgen-gallery folder:
<FilesMatch "upload.php"> Allow from all Satisfy Any </FilesMatch>or simply
Allow from all Satisfy Any