belick Posted February 8, 2008 Share Posted February 8, 2008 I have this line that works good for me. The problem is that its affecting any folder in the server including sub domains can I have some kind of a code that will allowed me to choose which folder not to use the RewriteRule RewriteRule ^(.*)\.html$ index.php?Level1=$1 [L] Thanks Link to comment https://forums.phpfreaks.com/topic/90014-need-help-with-simple-mod/ Share on other sites More sharing options...
trq Posted February 10, 2008 Share Posted February 10, 2008 A .htaccess file will effect all directories and subdirectories below it. If you don't want this rule to effect all directories, remove it from your root and place it where it is needed. Link to comment https://forums.phpfreaks.com/topic/90014-need-help-with-simple-mod/#findComment-463230 Share on other sites More sharing options...
belick Posted February 28, 2008 Author Share Posted February 28, 2008 what I can do it I want google to read only one specific file like that: google1059dfsfdsfsd7ea01.html and continue use the rest to go to the index.php? Link to comment https://forums.phpfreaks.com/topic/90014-need-help-with-simple-mod/#findComment-478780 Share on other sites More sharing options...
trq Posted February 28, 2008 Share Posted February 28, 2008 Pardon? Link to comment https://forums.phpfreaks.com/topic/90014-need-help-with-simple-mod/#findComment-478798 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.