Code: Select all
/1.0/index.php
/1.0/stuff.php
/1.0/images/image.gif
/1.0/css/site.css
/2.0/index.php
/2.0/stuff.php
/2.0/images/image.gif
/2.0/css/site.css
It feels like there should be, but so far everything I've tried has failed.
Moderator: General Moderators
Code: Select all
/1.0/index.php
/1.0/stuff.php
/1.0/images/image.gif
/1.0/css/site.css
/2.0/index.php
/2.0/stuff.php
/2.0/images/image.gif
/2.0/css/site.css
Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteBase /versioning/
RewriteRule ^([^1].*)$ 1/$1