epsil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Subdirectory WoesWell, at last I found a solution that worked fine for me.
Try it and let me know if it works for you too.Add this line of code inside the .htaccess of any sub-directory that you don’t want to be taken into account by WordPress:
ErrorDocument 401 "Unauthorized"Remember, don’t add this code into the WordPress .htaccess file, but inside other sub-directories. In my case, it was an oscommerce install.
Hope it helps!
Forum: Installing WordPress
In reply to: Wamp and permalinks – shows the Wampserver homepageI don’t know if you already solved this problem, but just in case I’m posting the easy fix for anyone running into the same trouble.
Log-in to your WordPress backend (Dashboard) and go to Settings and Permalinks.
Click the “Save Changes” button. You don’t need to change anything here, just leave everything like it is and save the changes.
That’s it, you are done.Forum: Fixing WordPress
In reply to: Subdirectory WoesI have the same problem as you all do.
If I remove the .htaccess file from the subdirectory of the 3rd party app (in my case oscommerce), i can go there. With the .htaccess file intact WordPress injects itself and redirects me to its 404 page.I tried this folder redirect but without avail.
RewriteCond %{REQUEST_URI} !^/(yourfolder|yourfolder/.*)$
WordPress still redirects to its 404.
Any help will be very welcomed.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] 3.14 still doesn’t work with qTranslateYeah, it will be nice if qTranslate worked nicely with Google XML Sitemaps. The only way I could solve this problem is just adding additional pages in the options, it works O.K. with small sites, but it voids the porpoise of this plugin in big ones.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] Can’t generate thumbnailsI had the same problem with the thumbnails, but it went away after upping my memory limit to 70Mb in my php.ini file.
It did work great in my developer server (xampp), and in the real server (I asked my hosting to up my memory limit for me).But I still get:
ID 1: A failure occurred
[more]
[object XMLHttpRequest]This happens when trying to resize images. (bulk option, even if just choosing 1 photo).
Also the “Edit Thumb”/”Customize Thumbnail” option doesn’t work, when selecting a new area and clicking Update it says in red “Error updating thumbnail”.I hope that somebody can find a solution or at least an explanation for the XMLHttpRequest error. I’m sure it has something to do with the GD Library.
Thanks for this great plugin.