davidneudorfer
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgraded to 3.1 Now I can't Insert Imagesemptied the cashe on 3 browsers, rebooted the computer, created an htaccess file in wp-admin with:
# BEGIN WordPress RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] # END WordPress
and still nothing works. Like everyone else I’m running 3.1 too.
David
Forum: Networking WordPress
In reply to: Multisite URL Error when clicking Network AdminThis is also set incorrectly,
Fileupload Url https://<subdomain>.<domain>.com<domain>_com/files
Forum: Networking WordPress
In reply to: Multisite URL Error when clicking Network AdminFound the problem. When creating a new site it sets the path to <domain>_com/. If I click edit site and remove that, leaving only / everything works flawlessly. What do I need to change so that this doesn’t need to be manually changed each time?
Forum: Networking WordPress
In reply to: Multisite URL Error when clicking Network AdminIf I change the .htaccess from
RewriteBase <domain>_com
to
RewriteBase /
The error 500 stops but I’m back to the same problem I had before.
My next step was to change the wp-config.php from
define( 'PATH_CURRENT_SITE', 'alwaysfreerefills_com' );
to
define( 'PATH_CURRENT_SITE', '/' );
This fixed the problem of when I click on Network Admin the link would be formatted like: https://<domain>.com<domain>_comwp-admin/network/
it now was formatted correctly but when trying to visit new subdomains from the Site’s page in Network Admin the link is still formatted like:
https://<subdoamin>.<domain>.com<domain>_com/
Forum: Networking WordPress
In reply to: Multisite URL Error when clicking Network AdminYou’re right. That was pretty dumb of me. I hope I can fix it without completely starting from scratch! I removed the line and I’m still getting a error though.
/home/<user>/<domain>.com/.htaccess: RewriteBase: argument is not a valid URL, referer: https://<domain>.com/
Thanks for the help though!
David
Forum: Networking WordPress
In reply to: Multisite URL Error when clicking Network AdminI realized that my .htaccess file wasn’t correct so I changed it to
RewriteEngine On RewriteBase <domain>_com 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]
now the site is throwing me a 500 error and the logs say that:
[Thu Feb 24 02:29:16 2011] [alert] [client 207.215.246.36] /home/<username>/<domain>.com/.htaccess: RewriteBase: argument is not a valid URL
Any suggestions are welcome. Thanks!
David
Forum: Plugins
In reply to: [Plugin: Dagon Design Import Users] Help adding first/last names to databaseI’m in the same boat. Did you ever find a fix? Thank you in advanced.
Forum: Plugins
In reply to: Automatically create page with user registration approvalI am looking for the exact same thing. Any luck? Thanks.
Forum: Plugins
In reply to: Create a new page when a user registersI’m looking for the exact same thing. Any luck? Thanks.