kricfale
Forum Replies Created
-
Thanks for responding so quickly! And I have kept a backup file.
Hazman, thank you for posting the code. However, I’m not experienced at editing the htaccess file, so I’m not sure how much of what you posted goes into the file and where it goes. Can I just copy and paste it at the end of all the existing code? Or does it need to go in the WordPress-specific section of the file? This is what I think it should look like, but if you could confirm it or note any errors, I would really appreciate it.
Thank you.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
#AddType x-mapp-php5 .php
#AddHandler x-mapp-php5 .phpRewriteEngine On
RewriteBase /#uploaded files
RewriteRule ^(.*/)?files/$ index.php [L]
RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
RewriteRule ^(.*/)?files/(.*) wp-includes/ms-files.php?file=$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)*?(wp-(content|admin|includes).*) $2 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . – [L]
#RewriteRule ^(.+)?/(wp-.*) /$2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)*?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]Forum: Plugins
In reply to: [Portfolio Slideshow] Portfolio Slideshow Not Loading ProperlyChanging the jQuery version to 1.6.1 seems to have solved the problem.
Forum: Plugins
In reply to: [Portfolio Slideshow] Portfolio Slideshow Not Loading ProperlyUpdate: The W3 Total Cache plugin was causing problems with other features of the site, so I had to deactivate it. So now I have the second problem mentioned above. You can see it on the same page:
https://www.defendersblog.org/2011/09/in-the-field-spotlighting-for-bffs/