Try doing it via Cpanel (if you have access to it).
If not, clear ur HTACCESS with all the code you have written (except for default WordPress code) and add this.
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www\.liebeundsprueche\.com [NC]
RewriteRule ^(.*)$ http://liebeundsprueche.com/$1 [L,R=301]
</IfModule>
Related Posts:
- How to send “Location” header on plugin form submit event?
- How to redirect Old Post URL to new Post and keep Old post Comments?
- Write to / remove from default .htaccess file from plugin?
- Changed permalink structure. Need help with redirecting old posts
- WordPress Redirect Not Working – AJAX Callback Response Not Picked Up
- Landing Page Redirect Chain | http->https->https www
- WordPress Shortcode to get URL Parameters $_GET[‘name’] redirects for no reason at all
- Redirecting a buddyboss profile tab to a different tab if not subscribed to a specific membership
- admin-ajax.php warning max input vars exceeded on layered pop plugins [closed]
- Redirect to another page using contact form 7? [closed]
- Edit Permalink Structure For Custom Post Type or Modify .htaccess?
- Redirect unloggedin users
- Add a parameter at the end of the url and prettify
- www redirects to another directory in wordpress
- Redirect to a page while maintaining search query parameters without causing an infinite loop
- How to send new visitor to a splash page for only one time in wordpress?
- How To Use htaccess to Rewrite Link Structure for a Page that is Generated Programatcially
- WP Migrate DB Pro plugin cannot transfer Media files to remote server
- Reverse count page view and show on other page
- redirect to a custom page
- Allow direct access to files/folders within WordPress to replace wp-admin
- Redirect old php link to wordpress link in .htaccess
- How to get the active theme’s slug?
- Preserve custom URL parameter on more pages
- if plugin is active? check if plugin is enabled or not?
- Making plugin unique to not conflict with plugins with the same name
- How to store ACF custom fields data in a custom table
- Trying to disable plugins doens’t work
- Errors while using ajax from external wordpress page
- shortcode doesn’t work
- Have Plugin Handle Specific URLs
- post expire after x days
- How to get all events from ‘All in one Events calender’ plugin in JSON format?
- cURL error 60: SSL certificate problem: unable to get local issuer certificate
- How to Replace Words with Hypertext Link But Ignore Previously Existed Links?
- How can I serve a text file at a custom URL
- Apple push notification doesn’t work
- How to add equivalent of php include to one page (as plugin?)
- Override Plugin Script Fucnction in WordPress
- Redirect already logged in users away from a page to a specific page base on user role
- Image upload and download from front-end
- Conditional attributes and logic per product category
- Using Wishlist Member and I need to access a user’s status
- Why namespaces are rarely used in WordPress plugins?
- Subdomains with almost the same content
- Is there a directory my plugin can write files to that cannot be viewed via the browser/url?
- How to include this jQuery File in wordpress?
- PHP Error When a plugin is active
- Include a php file from another plugin
- Add bcc to contact from on wordpress
- How can I redirect some pages to new subdomain? [closed]
- wp-mail attachment is not sent for no reason?
- Custom shortcode for displaying user based on a role parameter
- wp_enqueue_scripts
- How can I fetch data from another website to my wordpress website with mysql database
- How to allow download url redirection only if user logged in WordPress site?
- Save user total active time after login in wordpress [closed]
- Switch from wp-cron to a server cron job
- Calling a save function from a “submit” button
- Wp Debug Enabled True Notices and Warning
- Theme Functions run a function upon activation or preview
- Is this plugin safe to run?
- WooComerce Deposit: set specific shipping method and quantity based deposit amount
- Unexpected add action function in WP plugin
- get_post_meta shortcode returns empty field
- Is there any way to sync Facebook Comments and with comments on WordPress website?
- How to add a prefix to a WordPress post preview url?
- i can not access the post in custom template of my wordpress plugin
- How to get a specific string from a url
- WordPress rewrite rule depend on meta values not ids
- location lock wordpress website
- How to avoid the 403 Forbidden error in a WP Plugin with Ajax and PHP
- Problem with wordpress has_action() function
- Offering a freemium plugin (a free version + paid version)
- Why is my form going to frontend on html form submission present on the php files inside my custom plugin?
- WordPress logout appends cache/all/index.php to the site_url()
- Change (replace) word in metabox
- Limiting buddy press features based on membership level (PMPro)
- Update (a function) post’s featured image as soon as $image_url changes
- Identify if the_post hook is being called from the admin post list
- redirect 301 with special character like WIX site “#!”
- How to order users alphabetically by name? in plugin UPME
- Displaying friend’s posts only
- Media Playlist Plugin
- WordPress Background Audio – Continous AutoPlay
- Enforce conditions only for draft posts using WyPiekacz, ignore pending and published posts
- Replace Dash (-) and Underscore ( _ ) with Space
- How use Dynamic hyperlink on each wordpress post?
- How to execute init or woocommerce_init only for checkout page
- how to restore wordpress backup(.rar) manually?
- White Screen When Includding A Folder With PHP Files
- wordpress jquery is not defined because the head tag is empty
- Two sites one PC
- PHP if url extension action=discussion condition use [closed]
- How to use multiple 404 Error Pages in WordPress
- How to add custom html to the Media > Attachment Details modal?
- Option value not getting updated until page refresh in WordPress
- Fatal error: Uncaught Error: Call to a member function fetch_array() on bool
- Use inline callable for hooks and filters
- Error in using ‘admin_enqueue_scripts’ action through a class