As far as i know there is no way to force the url to uppercase.
As for forcing the www. this can vary as to where you are hosting etc.
Here is one generic way of doing this using your .htaccess file.
# Forcing www. infront of domain
RewriteEngine On
Options +FollowSymLinks
RewriteCond %{HTTP_HOST} ^(domain\.com)$ [NC]
RewriteRule ^(.*)$ http://www.%1/$1 [R=301,L]
Related Posts:
- Custom plugin route in WordPress
- Why is ?doing_wp_cron being appended to my URLs
- How to get pretty URLs with add_query_arg in permalinks
- Using custom/dynamic “slug” for a page
- Change default URL path (/blog/) of blog posts
- How to deal with WordPress on localhost
- How to convert the file path to a URL of the same file?
- Why is WordPress saving full-urls to the database?
- Custom slug in front of search URL
- Display posts with author in the url with custom post types
- Clash of the rewrites
- How to append a URL parameter to all outbound URLs
- Query two taxonomies via URL or link?
- Will references to ugly links automatically redirect to their pretty url permalink?
- List of default WordPress URLs
- add_query_arg() One Key with multiple values
- Tricky URL rewrite with custom values in url
- remove post-name from title in custom post type
- Author Specific URL’s in WordPress
- redirect 301 old url to new url
- Add a query string to ALL links on site
- Add rewrite rule for rewrite endpoint
- How to update media links in WordPress after migration?
- How can I change all links on pages to point to a different domain from where the site is hosted?
- custom taxonomy and custom post type url conflict
- Is there a ‘rake routes’ for wordpress?
- Why ids in urls don’t work but slugs do?
- Remove / from www.example.com/ [closed]
- How to create a page for authors? like www.myblog.com/author/
- How to Add a Rewrite Rule for Only One Page?
- Check request URL for pattern
- Rewrite WordPress Standard Feed URL – /feed/ to feed.xml
- How to add a Rewrite Rule / Category Structure
- wp_insert_post – How do I prevent incremental numbers on child pages?
- How do I display only the parent page in the url
- Dynamic URL based on user_metadata
- How can i have a custom post type with more slugs for each post?
- Why is WordPress rewriting absolute URLs on staging site to include staging prefix when we manually point them at the live site?
- Check if user is logged in to site A when visiting site B
- How to Rewrite Taxonomy URL to Include the Post Type as the Second Segment of the URL?
- URL rewriting: removing the site’s basename for a specific category
- Localhost port is missing on some links after downgrading MAMP [closed]
- Why am I seeing all these weird ‘loginid’ requests?
- Confusion about Site url and directory
- Is get_permalink also the canonical URL?
- Rewrite /category/cars into /topics/cars
- Moved WP into new folder. How to fix image links in posts?
- Will get_bloginfo(‘url’) return URL with backslash?
- Adding a query string to only one page url
- Remove parent page from url
- How can I identify which file/function will be used to respond to a particular URL?
- Is there a way to test if a URL is part of the current blog?
- Could not find the wordpress page
- Multiple duplicate URL’s
- An anchor name (id name) in the address bar
- Dynamic URL and pass the data to an iframe
- DNS – Change WordPress Site Name?
- get_template_directory() returns wrong address on VPS
- How to rewrite URL and get the values?
- How to use wp rewrite to hide form action url?
- Unnecessary url
- Finding URI in Child Theme
- Image not showing up in media loader success area – followup
- How do I allow http/ftp access to files I have uploaded?
- Redirecting URL with Twitter Button API Not Working
- Need help changing back the correct wordpress url
- remove archive from url :: marketpress
- Adding Parent Categories and keep current URLs
- Sanitizing URL in a WordPress plugin
- Different url to same page (with dynamic content)
- WordPress option com_jce should not work
- Too many redirects (ERR_TOO_MANY_REDIRECTS) only on one page
- add_rewrite_rule with optional parameters
- Append a parametter at first or last to a certain URL
- WordPress Still Requesting Old Url
- Broken Images and Style
- i want to change URL of WordPress image or rewrite in runtime
- Extra url paths as variable
- i1.wp.com url problem (Jetpack not installed)
- incorrect url in Snippet editor
- Change URLs in default WordPress slider to relative from absolute
- How to make url variable?
- How to change URL of my pages?
- WordPress Address (URL) Reverts back
- Modify the WordPress URL
- Duplicate pages with ?s parameter
- taxonomy term in URL slug won’t forward to the correct term for custom post like it does for default categories/normal posts
- Populate Website URL at registration time
- How To Rewrite WordPress Pages URL Only?
- Mapping multiple URLs to same page
- WordPress Update Links
- redirect word-press page with page values
- help me remove this additional parameter in url
- How to get the perfect WordPress, WooCommerce, Custom Post Type pretty permalinks?
- Lost WordPress website access after changing URL [closed]
- How to run Wiki on the same host as WordPress and not get 404 errors when browsing to Wiki?
- Replace media external links with local links
- Menu Structure and URL structure, with Pages and Post-Type-Posts
- Show page name after home url
- Blog posts are not appearing as subs of Blog Page