How Mod Rewrite A Directory Or Folder
RegisterLogin
How Mod Rewrite A Directory Or Folder
Post Description: sir, i followed your tutorial on how to do mod rewrite module in apache the tutorial shows how to do it for a file, but how about if i want to do it to a directory
Tags: how, mod, rewrite, a, directory, or, folder
This Post Was Posted On Jul 28, 2010 By Samul #3509
Post Description: sir, i followed your tutorial on how to do mod rewrite module in apache the tutorial shows how to do it for a file, but how about if i want to do it to a directory
Tags: how, mod, rewrite, a, directory, or, folder
This Post Was Posted On Jul 28, 2010 By Samul #3509
How Mod Rewrite A Directory Or Folder by Samul
the tutorial shows how to do it for a file, but how about if i want to do it to a directory.
for example, i want all the files with the url of : pictures to go to my gallery directory like this:
from:
(http://www.example.com/pictures/)
/var/www/mywebs/example/public/pictures/
to:
(http://www.example.com/pictures/)
/var/www/mywebs/example/public/gallery/
so as you can see, i want all the traffic for the pictures directory to go to the gallery directory.
thanls
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#4268 1
in the htaccess file put this:
so now when anyone visits the picture directory, it will go to the files located in the gallery directory
RewriteRule ^gallery/([^/]*)$ pictures/$1 [L]
so now when anyone visits the picture directory, it will go to the files located in the gallery directory
Jul 28, 2010 Reply Report abuse
©2011 Webune Forums - Sun Dec 18, 2011 9:36 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3