Jump to content

htaccess


simun

Recommended Posts

here is my htaccess

 

#php_flag session.use_trans_sid off 
RewriteEngine ON

RewriteBase / 

RewriteRule !\.(js|ico|txt|gif|JPG|txt|swf|jpg|png|css|php|pdf)$ index.php [QSA]
RewriteRule ^images/captcha.jpg$ includes/image.php
RewriteRule ^images/cache/(partners|galleries|objects)/([0-9]*)/(.*)/(w|h)-([0-9]*).jpg$ includes/image_converter.php?what=$1&image=$3&id=$2&type=$4&amount=$5

 

i have a subdomain in my root that dont work if i have a htaccess file,

 

is there any solution that htaccess dont affect my subdomain or a folder n my root ???

Link to comment
https://forums.phpfreaks.com/topic/184392-htaccess/
Share on other sites

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.