Mod Rewrite and SEO

Artikelen

I only want my main page redirect / html meta tag redirect
If you want to redirect only your home page on your domain so that you can for example still access ...

web.config: Angular application
To use an Angular application on your Hosting you can place the following code in the web.config:<rewrite><rules><rule ...

web.config: Request filtering
This article explains how to apply filtering through your web.config file.When you open the web.config ...

web.config: Prestashop URL rewrite
To apply the URL rewrite for Prestashop the following steps are necessary. Login to your Prestashop ...

Url rewrite via the web.config
To rewrite URLs on your site via the web.config file the following steps are required. There are several ...

web.config: Pagekit URL Rewrite
enabled="false" /> "index.php" /> value="Default.htm" /> value="Default.asp" /> index.htm" /> html" ...

web.config: Redirect http to https
To set up a redirect to https you first need to be logged into the contol panel then go to the file ...

web.config: wordpress URL Rewrite
Wordpress URL Rewrite via web.config. Replace web.config with the following lines. <?xml version="1.0" ...

web.config: Magento Url Rewrite
Magento URL Rewrite via web.config. Add the following rules to the web.config: name="Remove index.php ...

web.config: Drupal URL Rewrite
Drupal URL Rewrite via web.config. Add the following rules to the web.config: type="Rewrite" url="index.php?q={R:1}" ...

htaccess: Magento Url Rewrite
Place the following code in the .htaccess file: RewriteEngine on#RewriteBase/magento/RewriteRule.* - ...

301 Redirect
To enable a 301 redirect you can add the following piece of code to your web.config. The blue piece ...

What is installed on my server?
To check what is installed on your server you can perform the following steps.By creating an info.php ...

web.config: Elgg URL Rewrite
To make this work you can replace your current web.config file with the following: .webServer> url="^pg/([A-Za-z0-9_-]+)$" ...

web.config: Redirect non-www to www
If you want to redirect your traffic from non-www to www you can put the following in your web.config:We ...

web.config: Joomla URL Rewrite
Joomla URL Rewrite via web.config. Replace or add to web.config: <?xml version="1.0" encoding="UTF-8"?> ...