Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Avatar Upload


vito687
Participant

@vito687

thanks lance, I guess the last thing I have to check if I have GD library support, Going to call up my server now

htcaccess not commented out:

#uploaded files

RewriteRule ^(.*/)?files/$ index.php [L]

RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*

RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

# add a trailing slash to /wp-admin

RewriteCond %{REQUEST_URI} ^.*/wp-admin$

RewriteRule ^(.+)$ $1/ [R=301,L]

Skip to toolbar