Jump to content

Permenant redirection v/s URL shortner problem


inversesoft123

Recommended Posts

Hello all,

 

I am using this to add www. to my domain

RewriteEngine on
rewritecond %{HTTP_HOST} ^mydomain.com [nc]
rewriterule ^(.*)$ http://www.mydomain.com/$1 [r=301,nc]

 

But my problem is there is another  redirection rule for url shortner. when I add above rule to .htaccess

url shortner stops working. Please help me to solve this problem. :(

 

URL Shortner rule

 

RewriteEngine On
RewriteRule ^shortit/(.*)$ shortitnow.php?longurl=$1 [L]
RewriteRule ^([0-9a-zA-Z]{1,6})$ redirectshorttolong.php?url=$1 [L]

 

Thanks in advance :)

 

 

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.