Jump to content

Rewrite while hiding the new URL on Address Bar


mcmuney

Recommended Posts

I'm using the code below to redirect, which works, but it changes the url on the address bar. For example, typing /ipad-for-sale/ will redirect to ipadsale.php, but also changing the address bar to show ipadsale.php. I want the address bar to remain as /ipad-for-sale/. I've tried using [R], [L], [QSA,L], but nothing works. Any help would be greatly appreciated.

 

RewriteEngine On
RewriteRule ^ipad-for-sale/$ ipadsale.php
RewriteRule ^iphone-for-sale/$ iphonesale.php

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.