View examples of some common application delivery use cases, with screenshots illustrating how to implement the scenarios using Imperva delivery rules.

Permanently redirect users to a new site or URL

When old websites or pages are retired, all users should be redirected to the new site.

A request to www.oldsite.com/blog will be redirected to www.newsite.com/blog.

Read more on Redirect URL rule configuration in Create Rules.

Configure content switching for specific resources

When certain resources (such as images) are located on a dedicated (image) server, all requests for those resources should be forwarded to that server.

The first step is to create a dedicated data center for Image server(s). On the sidebar, click Settings > Origin Servers. Make sure to check the Support only forward to data center rules option.

The second step is to configure a Forward rule. On the sidebar, click Settings > Delivery Rules.

Read more on Forward rule configuration in Create Rules.

Beautify URLs for improved user experience and SEO

To enhance SEO and user experience, display short and clear URLs to end users, while maintaining long and complicated legacy URLs on your web server.

A request from an end user to access /products/shoes.html will fetch the /online/AAA/items-and-categories/shoes.html resource from the origin.

Read more on Rewrite URL rule configuration in Create Rules.

Read More