Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

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.)

share|improve this question
Uhm... can you rephrase/explain your question please -- I cannot figure out what is required to be done? (I mean -- I have some ideas but I'm unsure if I understood you correctly). – LazyOne Jul 6 '11 at 18:24
Is add_objects always followed by a username and the -s-videos? Is the username always repeated at the end too? – paulmorriss Jul 7 '11 at 8:51

closed as too localized by danlefree Jul 10 '12 at 16:53

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.