indigo-diingo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search does not work at all!Well, is there a place where i can report this very important bug because my website has been up and running now and with a lot more visitors a day then in the beginning it’s ridiculous to have no search option and some visitors start sending me emails about this bug. Should i need to hire a professional IT specialist to solve this problem?
Forum: Fixing WordPress
In reply to: Search does not work at all!I understand but i have no other choice if i want to keep things structured in my root folder because in the future i wanna add some non wordpress pages and then it becomes all a mess.
Does anybody knows where i can submit this bug to the bug list?
Forum: Fixing WordPress
In reply to: Search does not work at all!A kludgy setup? Isnt the wordpress function for selecting a different map to use as the site root not a kludgy one then?
My one reason for this setup is to keep things structured.
So is there a solution (maybe paid?) or is it just a big bug?
Forum: Fixing WordPress
In reply to: Search does not work at all!So i better just ignore this and offer my visitors no search options?
It seems that this is a general wordpress bug because there are other forum treads describing the exact same problem and they never got solved. Am I just the next one in the “never got solved” list?Forum: Fixing WordPress
In reply to: Search does not work at all!yeah, they are like u suggested with the only small difference that when I save them, WordPress automatically removes the backslash at the end of the url.
Forum: Fixing WordPress
In reply to: Search does not work at all!Yes, it’s called index.php and is the same in the root dir as wel as in the wordpress dir.
This it the complete content from index.php:
<?php
/**
* Front to the WordPress application. This file doesn’t do anything, but loads
* wp-blog-header.php which does and tells WordPress to load the theme.
*
* @package WordPress
*//**
* Tells WordPress to load the WordPress theme and output it.
*
* @var bool
*/
define(‘WP_USE_THEMES’, true);/** Loads the WordPress Environment and Template */
//require(‘./wp-blog-header.php’);
require(‘./wordpress/wp-blog-header.php’);
?>I also have a problem when i login, wordpress redirects me then to a not fout page of my blog instead of the admin dashboard. This problem is not to serious because it doesn’t actually brake the blog. I just tell you this in case it’s related to the search problem.
Forum: Fixing WordPress
In reply to: Search does not work at all!Root:
# 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
WordPress dir:
# 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
So this is not supposed to be the same?
Thanks for the help till now!
Forum: Fixing WordPress
In reply to: Search does not work at all!Strangely enough, those are exactly the same
This is my structure:
Fotocursus (root dir)
– wordpress
— wp-admin
— wp-content
— wp-includes
— .htaccess
– .htaccessForum: Fixing WordPress
In reply to: Search does not work at all!Yeah, here you are
# 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
Forum: Fixing WordPress
In reply to: Search does not work at all!I’ve tried the https://www.dadu.be/wordpress/ but it doesn’t work either. Besides I have already a htaccess file that redirects https://www.fotocursus.dadu.be/wordpress/ to https://www.fotocursus.dadu.be/
Forum: Fixing WordPress
In reply to: Search does not work at all!It is the magenta frame on top of the sidebar.