Jump to content

rewrite not rewriting string


xcoaster1

Recommended Posts

I have confirmed mod_rewrite is loaded and working .. as the first line is working properly as a test, but my events rewrite is not working .. any ideas?

 

RewriteEngine on

RewriteRule ^index\.htm$ index.php

RewriteRule ^events/([0-9]+)/([0-9]+)/([0-9]+)/([0-9]+)$ events.php?id=$1&active=$2&flyer=$3&type_id=$4

 

The URL would look like this:

http://www.domain.tld/dev/events.php?id=xxx&active=x&flyer=x&type_id=x

Link to comment
https://forums.phpfreaks.com/topic/124969-rewrite-not-rewriting-string/
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.