I want to change the URL from:
http://domain.com/Portfolios/iPhone/app
To:
http://domain.com/iPhone/app
And same for all URLs like:
domain.com/Portfolios/iPad/app
To:
domain.com/iPad/app
And from:
domain.com/Portfolios/xyz/app
To:
domain.com/xyz/app
I have tried a lot but nothing is working for me, so please help me.
When I need help why any buddy down voting it, if you know the answer then answer it.
Update
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^Portfolios(/.*|)$ $1 [L,NC]
</IfModule>
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…