eeeprom
Forum Replies Created
-
Forum: Networking WordPress
In reply to: possible bugI no longer have a Network Icon after doing the install for multisite
Forum: Networking WordPress
In reply to: possible bugI also am able to select what ever permalink option I use and still have access to all pages. I can edit pages but anytime I add images they will not show up. I get the red-xxxxx
Again what am I missing??
Forum: Networking WordPress
In reply to: possible bugI reinstalled
the following is most definantly set up
Mod-rewrite in Apache.
Ht.access is setup to Allow All In Apachehere is the Apache in the virtual server area
<VirtualHost 67.41.83.60:80>
ServerAdmin [email protected]
DocumentRoot /virtuals/gamepursuit.com
ServerName https://www.gamepursuit.com
ServerAlias gamepursuit.com * gamepursuit.com
ErrorLog logs/www.gamepursuit.com-error_log
CustomLog logs/www.gamepursuit.com-access_log common
</VirtualHost>
DocumentRoot /virtuals/gamepursuit.com
<VirtualHost *>
<Directory /virtuals/gamepursuit.com>
Options SymLinksIfOwnerMatch IncludesNoExec
AllowOverride FileInfo Options
AllowOverride All
Order allow,deny
Allow from all
allow from all
Options +Indexes
</Directory>Here is my ht.acess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressAnd still the same. What am I doing wrong??
Forum: Networking WordPress
In reply to: possible bugthanks for the response. Wildcards are setup in both Apache and dns files.
looking at how the image address is it really is like that the path is being pointed to a wrong place. If I put the right path directly into the web browser the images will show up. I don;t know if that info helps out or not
Forum: Networking WordPress
In reply to: possible bugby the way here is my ht.access
<Directory />
AllowOverride All
</Directory>RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
# uploaded files
RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule . index.php [L]Forum: Networking WordPress
In reply to: possible bugAndrea, when you say it is a server setup issue are you talking in apache?
Mod-rewrites is enabled. Or are you taking the ht access?
Forum: Networking WordPress
In reply to: possible bugyes and that is what I did and wanted, but as I said earlier the the subdomains do not like where there images are…
Forum: Networking WordPress
In reply to: possible bugMaybe I am not understanding something. Before I install the domian mapping. This is the way it works. I sign up under add new site sitename = jondoe
jondoe now has a website at jondoe.gamepursuit.com is this right??
Forum: Networking WordPress
In reply to: possible bugThe blogs.dir is in the right place but I will check the other out.
Forum: Networking WordPress
In reply to: ImagesOk so, I have learned that the Admins page images are set to got to wp-content\uploads…. I can see the images in the media directory. I created an New page called Artwork and it doesn’t show up anywhere.
I attached an image to the about page it doesn’t show up. So I changed the permalinks and the image will show up on the about page but shows up as a broken link in the media gallery.
Forum: Networking WordPress
In reply to: user themesYes, I got the registration part worked out.
Forum: Networking WordPress
In reply to: user themesOk, I got the themes working.
But now the issue is I want to be able to let the user create the information at the login screen but it didn’t work. I can create a new subdomain and user in the admin panel but how to get the user regestration working?