Jump to content

Really hard-to-make thing [root contents from diff. directory]


AceDude

Recommended Posts

At first - sorry for my english. It's hard to explain that I want to do...

I have my main site content in a subfolder portal.

 

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?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.