Not sure what you want it to do. Can you explain.
If you are new to domains and looking to buy, sell and learn about domains then you have come to the right place. DNForum is the largest domain name community on the internet and continues to grow every day. There are over 105,000 domainers on DNForum doing everything from buying domains, selling domains, learning about domains and discussing domains. Take a minute and Register.
Register Today on DNForum IT'S FREE!My .htaccess is like this,
If I have installed it on,Code:#RewriteEngine on ##point to installation directory ##if it is the root dir,enter / #RewriteBase /
www.mydomain.com/host/
then how should I configure this?
Please help me with this.
Not sure what you want it to do. Can you explain.
Enterprise Communications and Social Media in Uist
Take off one character from the beginning of each line. The script executes as commented.
in other words the script should look like
Code:RewriteEngine on ##point to installation directory ##if it is the root dir,enter / RewriteBase /
Enterprise Communications and Social Media in Uist
Complete file is like this,
As I have not installed it on root directory and installed it on www.example.com/host/Code:#RewriteEngine on ##point to installation directory ##if it is the root dir,enter / #RewriteBase / #RewriteRule ^show\.php/(.*)$ show2.php?img=$1 [L] #RewriteRule ^out\.php/([a-z]{1})(.*)$ out2.php?$1=$2 [L] #RewriteRule ^view\.php/(.*)$ view2.php?img=$1 [L] #RewriteRule ^image\.php/([a-z]{1})(.*)$ images2.php?$1=$2 [L] #RewriteRule ^gallery/([0-9]+)-([^/]*)/(.*)$ gallery.php?gal=$1&img=$3 [L] #RewriteRule ^view/([0-9]+)-([^/]*)/(.*)$ gallery_body.php?gal=$1&img=$3 [L]
should I write host at RewriteBase,
Code:#RewriteEngine on ##point to installation directory ##if it is the root dir,enter /host/ #RewriteBase /host/
Last edited by SUNNY ARSLAN; 02-26-2007 at 12:09 AM.
i still dont understand what your trying to get it to do, why not contact your host?
Yes, you should change the rewritebase to the directory you are in.
Bookmarks