darcmosch
Forum Replies Created
-
Forum: Networking WordPress
In reply to: Subdirectory ProblemsWell damn :/ of course I don’t expect you to be an expert in everything. Know anyone who can answer this question and help me?
Forum: Networking WordPress
In reply to: Subdirectory ProblemsOk, gotch. I know I didn’t do that right but I’m a little spent (and lazy) to go back and fix the link in my previous post, but that is my entire httpd.conf file. The thing that confused me the most is which AllowOverride is WP talking about? I found 3 when I search within the file
Forum: Networking WordPress
In reply to: Subdirectory ProblemsHere is my httpd.conf, whatever good that’ll do
<script src=”https://pastebin.com/embed_js.php?i=sr1W6g1X”></script>
Forum: Networking WordPress
In reply to: Subdirectory ProblemsWould it make more sense if I told you that I barely know what I am doing right now? I don’t know server language all that well, which is why it seems that I am asking a ton of stupid questions, but we all got to start somewhere right? I guess the only other culprit would be my httpd.conf file?
Forum: Networking WordPress
In reply to: Subdirectory ProblemsHere is what it says. The last couple of lines look different, but they are what my WP install says I need for it.
RewriteEngine On RewriteBase /blog/ RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^[_0-9a-zA-Z-]+/(wp-(content|admin|includes).*) $1 [L] RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L] RewriteRule . index.php [L]
Forum: Networking WordPress
In reply to: Subdirectory ProblemsLol sorry and i am only seeing the HTML
*Edit*
What all do you need from me to fix this problem? I know it has something to do with httpd.conf or .htaccessForum: Networking WordPress
In reply to: Subdirectory ProblemsAll of my AllowOverride’s are set to Allow.
Forum: Networking WordPress
In reply to: Subdirectory Problemsa snowflake huh? That reference never comes with good stories D=
Forum: Networking WordPress
In reply to: Subdirectory ProblemsOk, got it. I’m new here glad you let me know the proper way ?? but that is the only line I need to change?
Forum: Networking WordPress
In reply to: Subdirectory Problems<Directory /> Options FollowSymLinks AllowOverride None Order deny,allow Deny from all </Directory>
Here is the top directory
Forum: Networking WordPress
In reply to: Subdirectory ProblemsOk, so do I replace both of these or either?
Options Indexes FollowSymLinks Includes ExecCGI # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride All # # Controls who can get stuff from this server. # Order allow,deny Allow from all </Directory>
OR
# # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride All # # Controls who can get stuff from this server. # Order allow,deny Allow from all </Directory>
Forum: Networking WordPress
In reply to: Subdirectory ProblemsOk, I thought I did that, here’s my httpd.conf file:
[Large code excerpt removed by moderator per forum rules. Please use the pastebin for all large code excerpts. It works better anyway.]
Forum: Networking WordPress
In reply to: Subdirectory Problemseven if it is localhost?
Forum: Networking WordPress
In reply to: Subdirectory ProblemsOk, I’m almost there! I can now access the sites but only the HTML shows up no images, CSS, JS, etc.
Forum: Networking WordPress
In reply to: Subdirectory ProblemsLast time I did just that, it said that it could not connect to my localhost