This is a bug in my server software?
I’m using Httpd as a server and my operating system is Slackware Linux.
I noticed that the list of directories shown is the content inside my “htdocs”.
$_SERVER['HTTP_X_ORIGINAL_HOST'] = $_SERVER['HTTP_X_FORWARDED_HOST'];
at the top of installer.php
and (after step 1, the extraction) also to dup-installer\main-installer.php
— but you may be better off with something that tests which is there, if any …
Any help for this?
]]>I am trying to remove the “index.php” part from my website.
I did not manage to find a solution that fits my setup: OpenBSD’s httpd, as this is a Apache implementation for OpenBSD, but it does not have the same syntax.
Also, even by changing the permalinks settings, a .htaccess file is not created, if I manually create it WordPress prompts me to update it manually.
I do not have “mod_rewrite” as it is not part of the httpd implementation OpenBSD uses, there are some rewrite functions, but I did not manage to configure the permalink properly.
If in WordPress admin panel I remove “index.php” from permalink structure I get a 404 error when visting a page.
Here is my httpd.conf file: https://hatebin.com/bwkffqvjaw
]]>Warning: chmod(): Operation not permitted in /var/www/user1/data/www/isavegrams.com/wp-admin/includes/class-wp-filesystem-direct.php on line 168
]]>I would like to install wordpress multisite.
Does anyone have a secure httpd.conf config I could use?
I’m sure there are some Apache experts out there who know how best to configure it for wordpress multisite.
Many thanks
]]>If i change it to anything else it breaks the site and things start to 404.
Thanks in advance for help / tips.
]]>My homepage loads, but none of my other pages do. I can log into my admin, see/edit the pages, but they don’t show up at any of their links. My domain is: usethewall.com
I’ve done a few modifications to my httpd.conf file:
1) Changed AllowOverride <em>to</em> <strong>All</strong>
2) Added:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
After restarting httpd, I get a “Syntax error on line 191 of /etc/httpd/conf/httpd.conf:
RewriteBase: only valid in per-directory config files” error.
3) Tried:
<Directory /var/www/html/usethewall/>
Options FollowSymLinks
AllowOverride All
</Directory>
Nothing seems to be bringing my alternate links back. Welcoming all suggestions and help!
Thanks.
]]>