-
Options +FollowSymLinks <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / #RewriteCond %{SERVER_PORT} 80 #RewriteCond %{HTTP_HOST} ^192.168.0.55 #RewriteRule
-
%{HTTP_HOST} ^192.168.0.55/jack #RewriteRule ^(.*)$ http://192.168.0.55/jack/$1 [R,L] <Files .*> Order Deny,Allow Deny From All <
-
I need this to be with the entire site now. I tried
-
#RewriteRule ^(.*)$ /index.php/$1 [L] # tried some variations here, but couldnt get through
-
#RewriteRule ^(.*)$ http://www.domain.tld/$1 [L,R=301]
-
#RewriteRule ^(fuel/modules/(.+)?/assets/(.+)) - [L]