First Install: Apache Problems, I Think…
-
Installed WP on my Linux Ubuntu box at home. First time installation. My intention is for a network of WP using the per-directory (not per-domain) method.
-
WP installation: /usr/local/share/wordpress.
Main website: /www/mydomain:
I think WP network sites are in: /srv/www/wp-contentI currently have:
-
/srv/www/wp-content/foo
/srv/www/wp-content/bar
/www/foo –> /srv/www/wp-content/foo (symlink)
/www/bar –> /srv/www/wp-content/bar (symlink)When I navigate to https://mydomain.org/foo I see 403 forbidden, probably because there’s no index.html (or whatever) in that directory. Just this:
-
blogs.dir/
@languages
@plugins
@themes
upgrade/
uploads/When I go to https://mydomain.com/wordpress, it looks like a blog without a theme or stylesheet.
When I go to https://mydomain.com/wordpress/admin, it looks more or less like a normal admin page. I think this is what it’s supposed to look like.
When I look at my Apache logs, I see this errors:
Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace., referer: https://mydomain.org/wordpress/sample-page/
So I *think* what’s wrong is Apache’s rewriting rules, which I *think* take urls like https://www.mydomain.org and rewrites them to take content from elsewhere in the filesystem.
I’m really not very knowledgeable about WP and Apache, so I’m out of my element here. Does anyone know what I should be focusing on? Help? ??
- The topic ‘First Install: Apache Problems, I Think…’ is closed to new replies.