Jump to content

[SOLVED] Rewrite not working?


wwfc_barmy_army

Recommended Posts

Hi.

 

I have this htaccess rewrite:

Options +FollowSymLinks
RewriteEngine on

RewriteRule ^([0-9]+)/([0-9]+)$ index.php?width=$1&height=$2

 

I keep getting a 500 error tho. I'm looking to do this kind of rewrite:

 

mydomain.com/index.php?width=100&height=200

to

mydomain.com/100/200

 

Any ideas?

 

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/170062-solved-rewrite-not-working/
Share on other sites

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.