Jump to content

Replace multiple directories with one virtual directory


Merdok

Recommended Posts

ok thanks to the help I've had on this forum and Google I've got pretty much everything rewritten on my site now, there is just one more thing that is causing me an issue.

 

I want it so my various modules image directories are hidden and instead point to a virtual directory in the root.

 

eg: if someone types in /articleimages/imagename.jpg  it will point to  /admin/module/module/images/imagename.jpg

 

I've tried to figure it out myself but it is not working at all. Here is my effort:

RewriteRule ^articleimages/?$ /admin/modules/module/images/$1

 

but when I test it, nothing happens. Could someone please tell me what I'm missing?

Link to comment
Share on other sites

Right that definately works when called via http but I have a bit of a problem, I use phpThumb to read some images in and if I set the image url to /articleimages/imagename.jpg then I get:

 

/home/sites/digitalfusiondev.me/public_html/articleimages/imagename.jpg does not exist

 

I'm not sure if there is something that can be fixed using mod_rewrite or something that needs changing in phpThumb.

 

Any ideas?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.