Quote:
Originally Posted by «XLV»
|
Is it possible?
Yes
Is it easy to do?
No
You could setup mod_rewrite like this:
Code:
RewriteRule ^([00-99])/([1-12])/([1-31])$ index.php?get_year=$1&get_month=$2&get_day=$3
But unfortunately, the simple mod_rewrite rule would only be a small part.
The larger part would be getting Pixelpost to understand URLs like that.
Which is not an easy task.