cubells
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Mappress doesn’t workThat’s Chris Richardson said to me:
I found the error – your theme has a CSS id selector for post images:
#posts img{max-width:100%}This causes a conflict with MapPress. I think the selector should probably be a class selector instead:
.posts img{max-width:100%}But I’ve seen lots of themes with this issue, so I implemented a workaround.
And the solution is on 1.5.5 beta version of the plugin.
Thanks a lot Chris!!
Forum: Fixing WordPress
In reply to: Fix for open_basedir not in allowed path(s) messageI’ve got it.
I had an incorrect directory.
Forum: Fixing WordPress
In reply to: Fix for open_basedir not in allowed path(s) messageHi stgoos:
I have a similar message: File(/) is not within the allowed path(s): (/home/marina/:/tmp/)
and your instructions do not work…
Can you help me?
is it a problem of my webhosting? Is it a problem of the wordpress??
Thanks a lot!
Forum: Fixing WordPress
In reply to: Index.htmlIt works!!
A lot of thanks, ChirsThomson…
Forum: Fixing WordPress
In reply to: Index.htmlmrmist: 2.7 will always redirect /index.php to / which means you never see the blog
which piece of code redirects /index.php to /?
I’ll change it, because I’m not interested in this issue…
Thanks!
Forum: Fixing WordPress
In reply to: Index.htmlHi mnr:
I don’t have any redirect in my .htaccess.
Even if I delete my .htaccess on the server, when I browse to https://www.vcubells.net/index.php, then wordpress redirects me to index.html.
Try it: https://www.vcubells.net/index.php
Now I don’t have any .htaccess and wordpress redirects me.I think your problem not is my problem.
Paste your .htaccess if you think still that it is the same.
Thanks!
Forum: Fixing WordPress
In reply to: Index.htmlMore people have the same problem ??
Forum: Fixing WordPress
In reply to: Index.html and index.php after upgrading to 2.7You have the same problem than I:
https://www.ads-software.com/support/topic/224098
No solution for the moment.
Cheers,
Forum: Fixing WordPress
In reply to: Index.htmlMaybe something on the server changed. Have you asked the server people?
Yes. Nothing has changed on the server.
Is this an Apache or Windows server?
Apache, of course.
It’s a problem of the wordpress: index.php redirects visitor to index.html always, when you go to https://www.vcubells.net and when you go to https://www.vcubells.net/index.php.
If I add “DirectoryIndex home.php index.php” in .htaccess then index.html desappear.
This issue didn’t exist in wordpress version lower than 2.7.
Thanks!
Forum: Fixing WordPress
In reply to: Index.htmlThanks kmessinger:
That’s the first thing I had tried and it’s not a solution.
By doing that I cannot browse to my index.html page.
What have it changed from 2.7 version to previous that I don’t be able to have an index.php and an index.html page in the same root directory of my blog??
Thanks!
Forum: Fixing WordPress
In reply to: Index.htmlI have had to delete index.html page in order to browse to my blog…
I have to delete index.html page if I want to browse to my blog.
Now, I upload again my index.html so that you try it.
It’s a better explanation…
thanks!
Forum: Fixing WordPress
In reply to: Index.htmlYou cannot have index.html and index.php in the same directory without having problems.
I have no problem ever by having index.html and index.php in the same directory. It’s now with wordpress 2.7 when I have this ‘issue’.
What is the url of your blog?
My blog adress is https://www.vcubells.net/index.php
I have had to delete index.html page in order to browse to my blog…
Thanks!