Forum Moderators: phranque
What I want to do - in simpliest words:
If I go to site something.com I will see something.com/portal/
Code that i've made:
RewriteRule ^([^/]*)$ portal/$1
It's almost OK, but it redirect folders in wrong way - example: I have my images in folder img (its under folder portal), and when i go to something.com - it redirects me to something.com/portal/images, not to something.com/images.
Can you help me?