I want ask what rewrite rule should i use in .htaccess for following URL:
http://mysite.com/m/videos/albums/my/add_objects/**CaptainZoap-s-videos**/owner/**CaptainZoap**
and i want to make the following URL change to this:
http://mysite.com/uploadvideo.php
Can you make rule that will forward any username (that is in black color) to forward url to uploadvideo.php
Because i want to make php.ini with custom upload limits (php.ini works only in the directory where the executing file exists.)
