Apache Server Information

Configuration:
In file: /ltk/sw/httpd/conf/httpd.conf
   6: RewriteEngine On
  20: RewriteRule Daily_Prediction_ / [R=301,NC,L]
  23: Redirect permanent Daily_Prediction_Aquarius /
  24: RewriteRule Daily_Prediction_Aquarius / [R=301,L]
In file: /ltk/sw/httpd/conf/deny.conf
   1: <Location />
   3:   Allow from 172.30.4.235
   4:   Allow from 172.30.1.55
   6:   Allow from 44.204.195.122
   9:   SetEnvIF X-Forwarded-For "22.33.44.55" DenyIP
  10:   SetEnvIF X-Forwarded-For "104.222.46.93" DenyIP
  11:   SetEnvIF X-Forwarded-For "104.168.40.32" DenyIP
  12:   SetEnvIF X-Forwarded-For "104.232.199.33" DenyIP
  13:   SetEnvIF X-Forwarded-For "104.164.161.142" DenyIP
  14:   SetEnvIF X-Forwarded-For "104.165.105.198" DenyIP
  15:   SetEnvIF X-Forwarded-For "104.222.46.34" DenyIP
  16:   SetEnvIF X-Forwarded-For "104.194.192.68" DenyIP
  18:   SetEnvIF X-Forwarded-For "172\.121\.2" DenyIP
  19:   SetEnvIF X-Forwarded-For "104.168.40.250" DenyIP
  20:   SetEnvIF X-Forwarded-For "104.164.161.121" DenyIP
  21:   SetEnvIF X-Forwarded-For "104.143.88.153" DenyIP
  22:   SetEnvIF X-Forwarded-For "104.37.27.134" DenyIP
  23:   SetEnvIF X-Forwarded-For "172.121.222.201" DenyIP
  24:   SetEnvIF X-Forwarded-For "104.222.162.142" DenyIP
  27:   SetEnvIF X-Forwarded-For "^199.47.82" DenyIP
  29:   SetEnvIF X-Forwarded-For "^83.149.84" DenyIP
  31:   SetEnvIF X-Forwarded-For "^5.255.253" DenyIP
  33:   SetEnvIF X-Forwarded-For "^95.214.235." DenyIP
  35:   SetEnvIF X-Forwarded-For "45\.5\.65\." DenyIP
  37:   SetEnvIF X-Forwarded-For "39\.109\.11" DenyIP
  39:   deny from env=DenyIP
    : </Location>
In file: /ltk/sw/httpd/conf/common.conf
   4: Listen 80
   8: DocumentRoot "/ltk/sw/httpd/htdocs"
  11: User ltk
  12: Group ltk
  14: <Directory />
  15:   Options FollowSymLinks
  16:   AllowOverride None
  17:   Order deny,allow
  18:   Allow from all
    : </Directory>
  22: <Directory "/ltk/sw/httpd/htdocs">
  35:   Options Indexes FollowSymLinks
  42:   AllowOverride None
  47:   Order allow,deny
  48:   Allow from all
    : </Directory>
  53: DirectoryIndex index.html index.php
  56: <FilesMatch "^\.ht">
  57:   Order allow,deny
  58:   Deny from all
  59:   Satisfy All
    : </FilesMatch>
  62: ErrorLog logs/tr1err.log
  64: LogLevel warn
  77: LogFormat "%h \"%{X-Forwarded-For}i\" %l %u %t \"%r\" %>s %b \"%{Referer}i\" %D %U %f \"%{User-Agent}i\" %V" LTKcombined
  81: SetEnvIf Request_URI "^/LTK$" logstats
  82: CustomLog /2/logs/stats.log "%q" env=logstats
  85: LogFormat "%h %l %u %t \"%r\" %>s %b" common
  89: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
  99: CustomLog logs/ltk.log LTKcombined
 135: ScriptAlias /cgi-bin/ "/ltk/sw/httpd/cgi-bin/"
 147: <Directory "/ltk/sw/httpd/cgi-bin">
 148:   AllowOverride None
 149:   Options None
 150:   Order allow,deny
 151:   Allow from all
    : </Directory>
 161: TypesConfig conf/mime.types
 178: AddType application/x-compress .Z
 179: AddType application/x-gzip .gz .tgz
 224: AddHandler php5-script php
 225: AddType text/html php
 230: <Location /server-status>
 231:   SetHandler server-status
 232:   Order deny,allow
 234:   Allow from all
    : </Location>
 239: <Location /server-info>
 240:   SetHandler server-info
 241:   Order deny,allow
 243:   Allow from all
    : </Location>
 250: DirectoryIndex index.html index.php
 253: <FilesMatch "^\.ht">
 254:   Order allow,deny
 255:   Deny from all
 256:   Satisfy All
    : </FilesMatch>
 259: ErrorLog /ltk/sw/httpd/logs/error_log
 261: LogLevel warn
 269: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
 270: LogFormat "%h %l %u %t \"%r\" %>s %b" common
 274: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
 299: <Directory "/ltk/sw/httpd/cgi-bin">
 300:   AllowOverride None
 301:   Options None
 302:   Order allow,deny
 303:   Allow from all
    : </Directory>
 309: TypesConfig conf/mime.types
 314: EnableMMAP on
 315: EnableSendfile on
 325: Timeout 45
 326: KeepAlive On
 327: MaxKeepAliveRequests 100
 328: KeepAliveTimeout 5
 329: UseCanonicalName Off
 330: AccessFileName .htaccess
 331: ServerTokens prod
 332: ServerSignature off
 333: HostnameLookups Off
 337: ExtendedStatus On
 340: AddCharset us-ascii.ascii .us-ascii
 341: AddCharset ISO-8859-1 .iso8859-1 .latin1
 342: AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
 343: AddCharset ISO-8859-3 .iso8859-3 .latin3
 350: BrowserMatch ^Mozilla/4 gzip-only-text/html
 352: BrowserMatch ^Mozilla/4\.0[678] no-gzip
 354: BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
 358: Header append Vary Host
 361: Header set X-Frame-Options "DENY"
 367: AddHandler php5-script php
 368: DirectoryIndex index.html index.php
 369: AddType text/html php
 370: AddType application/x-httpd-php-source phps
 371: AddHandler php5-script php
 375: ReWriteRule ^/google605122fe2c4da6cf.html$ - [L,NS]
 377: ReWriteRule ^/google5a5a90d791c4f90e.html$ - [L,NS]
 382: AddOutputFilterByType DEFLATE text/html text/plain text/css text/xml
 384: AddOutputFilterByType DEFLATE application/x-javascript application/javascript text/javascript text/x-js text/x-javascript
 386: AddOutputFilter DEFLATE js css htm html xml
 391: AddOutputFilterByType DEFLATE text/html text/plain text/css text/xml
 393: AddOutputFilterByType DEFLATE application/x-javascript application/javascript text/javascript text/x-js text/x-javascript
 395: AddOutputFilter DEFLATE js css htm html xml ttf eot svg otf
 398: Header append Vary User-Agent env=!dont-vary
 399: AddOutputFilterByType DEFLATE text/css text/x-component application/x-javascript application/javascript text/javascript text/x-js text/html text/richtext image/svg+xml text/plain text/xsd text/xsl text/xml image/x-icon application/json
 400: AddOutputFilter DEFLATE js css htm html xml
 404: RequestHeader unset Range
In file: /ltk/sw/httpd/conf/server.conf
   2: ServerAdmin admin@lovetoknow.com
   3: ServerName ltkng-v4.lovetoknow.com
   4: Header add X-LTK-Server "ltk-staging-1"
   8: Header set X-Robots-Tag "noindex, nofollow"
  12: ServerLimit 600
  13: StartServers 3
  14: MinSpareServers 3
  15: MaxSpareServers 10
  16: MaxClients 10
  17: MaxRequestsPerChild 1024000
  21: <VirtualHost *:80>
  22:   ServerName 54.161.165.166
  23:   ServerAlias 127.0.0.1
  24:   ServerAlias ec2-54-161-165-166.compute-1.amazonaws.com
  25:   DocumentRoot /ltk/svr
    : </VirtualHost>
  32: <VirtualHost *:80>
  34:   ServerName ltkng.lovetoknow.com
  35:   ServerAlias staging.lovetoknow.com
  37:   DocumentRoot /ltk/svr
  38:   <Directory /ltk/svr/dl>
  39:     Options +Indexes
  40:     IndexOptions FancyIndexing
  41:     allow from all
    :   </Directory>
  44:   Alias /phpMyAdmin /ltk/sw/php5/lib/php/phpMyAdmin
  47:   <Directory /ltk/ltk-logs>
  48:     Options +Indexes
  49:     IndexOptions FancyIndexing
  50:     allow from all
  55:     AuthUserFile conf/.htpasswd-logs
    :   </Directory>
  69:   <Location "/cpg15x">
  70:     AuthType None
    :   </Location>
    : </VirtualHost>
In file: /ltk/sw/httpd/conf/httpd.conf
  42: RewriteEngine On
  43: RewriteRule /Careers/careers.html https://sites.google.com/lovetoknow.com/lovetoknow-media-jobs [NC,L,R=301]
  45: RewriteRule wiki-help https://www.test.lovetoknow.com/ [R=301,L,NC]
  46: RewriteRule ^help$ https://www.lovetoknowhealth.com/ [R=301,L,NC]
  48: RewriteRule ayuda.html https://es.test.lovetoknow.com/ [R=301,L,NC]
  49: RewriteRule ^help$ https://www.test.lovetoknowhealth.com/ [R=301,L,NC]
In file: /ltk/sw/httpd/conf/horos-redir.conf
   4: RewriteEngine On
   6: RewriteRule Daily_Prediction_ / [R=301,NC,L]
   9: Redirect permanent "Daily_Prediction_Aquarius" "/"
  10: RewriteRule Daily_Prediction_Capricorn https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  11: RewriteRule Daily_Prediction_Aquarius / [R=301,L]
  13: RewriteRule ^/LoveToKnow_Horoscopes:Daily_Prediction_Capricorn$ /nonesuch [R=301,L]
  16: RewriteRule ^/LoveToKnow_Horoscopes:Daily_Prediction_Aquarius / [R=301,L]
  17: RewriteRule Daily_Prediction_Pisces https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  18: RewriteRule Daily_Prediction_Aries https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  19: RewriteRule Daily_Prediction_Taurus https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  20: RewriteRule Daily_Prediction_Gemini https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  21: RewriteRule Daily_Prediction_Cancer https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  22: RewriteRule Daily_Prediction_Leo https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  23: RewriteRule Daily_Prediction_Virgo https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  24: RewriteRule Daily_Prediction_Libra https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  25: RewriteRule Daily_Prediction_Scorpio https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  26: RewriteRule Daily_Prediction_Sagittarius https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
  27: RewriteRule LoveToKnow_Horoscopes:Daily_Tarot_Card https://horoscopes.lovetoknow.com/Main_Page [R=301,L]
In file: /ltk/ltk-maint/site/config/httpd.conf
   2: <VirtualHost *:80>
   4:   ServerName admin.maint.lovetoknow.com
   5:   ServerAlias publish.maint.lovetoknow.com love2publish.maint.lovetoknow.com l2p.maint.lovetoknow.com
   7:   DirectoryIndex index.php
   9:   DocumentRoot /ltk/ltk-maint/site/web
  10:   <Directory /ltk/ltk-maint/site/web>
  11:     Allow from All
    :   </Directory>
  14:   php_value session.save_path /tmp
  17:   Header set X-UA-Compatible: IE=edge
  19:   RewriteEngine On
  24:   RewriteRule ^/frontend[^/]*\.php - [F]
  29:   RewriteCond %{REQUEST_URI} ^/(sf|(ltk)?sf[^/]+Plugin)/|\.php [OR]
  30:   RewriteCond /ltk/ltk-maint/site/web%{REQUEST_FILENAME} -f
  31:   RewriteRule .* - [L]
  33:   Alias /sfDoctrinePlugin /ltk/ltk-maint/site/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web
  34:   <Directory /ltk/ltk-maint/site/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web>
  35:     Allow from All
    :   </Directory>
  38:   Alias /sfFormExtraPlugin /ltk/ltk-maint/site/plugins/sfFormExtraPlugin/web
  39:   <Directory /ltk/ltk-maint/site/plugins/sfFormExtraPlugin/web>
  40:     Allow from All
    :   </Directory>
  43:   Alias /ltksfFormExtraPlugin /ltk/ltk-maint/site/plugins/ltksfFormExtraPlugin/web
  44:   <Directory /ltk/ltk-maint/site/plugins/ltksfFormExtraPlugin/web>
  45:     Allow from All
    :   </Directory>
  48:   Alias /sf /ltk/ltk-maint/site/lib/vendor/symfony/data/web/sf
  49:   <Directory /ltk/ltk-maint/site/lib/vendor/symfony/data/web/sf>
  50:     Allow from All
    :   </Directory>
  53:   RewriteRule ^(.*)$ /backend.php [QSA,L,PT]
    : </VirtualHost>
  61: <VirtualHost *:80>
  62:   ServerName maint.lovetoknow.com
  63:   ServerAlias maint.lovetoknowhealth.com maint.lovetoknowpets.com
  64:   RewriteEngine On
  65:   RewriteRule ^/?$ https://www.%{HTTP_HOST}/ [R=301,L]
  66:   RewriteRule ^(.*)$ https://www.%{HTTP_HOST}$1 [R=301,L]
    : </VirtualHost>
  70: <VirtualHost *:80>
  72:   ServerName www.maint.lovetoknow.com
  73:   ServerAlias *.maint.lovetoknow.com www.maint.lovetoknowhealth.com www.maint.lovetoknowpets.com
  75:   DirectoryIndex index.php
  77:   DocumentRoot /ltk/ltk-maint/site/web
  78:   <Directory /ltk/ltk-maint/site/web>
  79:     Allow from All
    :   </Directory>
  86:   RewriteCond %{HTTP_HOST} !^www
  87:   RewriteRule "^\/(about-lovetoknow|affiliate-relationships|Careers\/careers|cookie-policy|disclaimers|Editorial-Policy|lovetoknow-privacy-policy|comments\/password-reset|comments\/register-thanks|comments\/unsubscribe-success|wiki-help)(\.html|\.htm)$" "https://www.lovetoknow.com/$1$2" [R,L]
  88:   RewriteCond %{HTTP_HOST} !^es
  89:   RewriteRule "^\/(acerca|ayuda|oportunidades|politica-cookies|politica-editorial|privacidad|relaciones-afiliacion|terminos)\.html$" "https://es.lovetoknow.com/$1.html" [R,L]
  90:   RewriteCond %{HTTP_HOST} ^horoscopes
  91:   RewriteRule LoveToKnow_Horoscopes:(Daily_Prediction_|Daily_Tarot_Card|find_signs|Weekend_Love_Forecast) /Main_Page [R=301,L]
  94:   RewriteCond %{HTTP_HOST} ^es
  95:   RewriteRule "^(\/|\/editorial-policy)$" "https://www.lovetoknow.com$1" [R=301,L]
 100:   <FilesMatch "^(acerca|ayuda|oportunidades|politica-cookies|politica-editorial|privacidad|relaciones-afiliacion|terminos)\.html">
 101:     SetHandler php5-script
    :   </FilesMatch>
 105:   Header set X-UA-Compatible: IE=edge,chrome=1
 108:   SetEnvIfNoCase Origin ".*\.lovetoknow[^.]*\.com$" AccessControlAllowOrigin=$0
 109:   Header set Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
 110:   Header set Access-Control-Allow-Headers "X-Requested-With, Content-Type" env=AccessControlAllowOrigin
 111:   Header merge Vary Origin env=AccessControlAllowOrigin
 113:   RewriteEngine On
 115:   RewriteCond %{HTTP:X-Forwarded-Proto} !https
 116:   RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
 118:   RewriteCond %{HTTP_HOST} www\.maint.lovetoknow.com
 119:   RewriteRule ^\/Flowers\/?.* https://garden.maint.lovetoknow.com/ [R=301,L]
 122:   RewriteCond %{HTTP_HOST} ^seniors\.
 123:   RewriteRule ^\/(Main_Page)?$ https://www.maint.lovetoknow.com/life/aging [QSA,R=301,L]
 124:   RewriteCond %{HTTP_HOST} ^family\.
 125:   RewriteRule ^\/$ https://www.maint.lovetoknow.com/parenting [QSA,R=301,L]
 126:   RewriteCond %{HTTP_HOST} ^cooking\.
 127:   RewriteRule ^\/$ https://www.maint.lovetoknow.com/food-drink [QSA,R=301,L]
 128:   RewriteCond %{HTTP_HOST} ^business\.
 129:   RewriteRule ^\/$ https://www.maint.lovetoknow.com/life/work-life [QSA,R=301,L]
 130:   RewriteCond %{HTTP_HOST} ^taxes\.
 131:   RewriteRule ^\/$ https://www.maint.lovetoknow.com/life/work-life/budgeting [QSA,R=301,L]
 132:   RewriteCond %{HTTP_HOST} ^au\.
 133:   RewriteRule ^.*$ https://www.maint.lovetoknow.com/ [QSA,R=301,L]
 136:   RewriteCond %{HTTP_HOST} ^(autism|bedding|cake-decorating|calculators|camping|cars|cheerleading|childrens-books|college|crafts|dance|engagementrings|fashion-history|freelance-writing|french|fun|furniture|genealogy|gourmet|greenliving|guitar|hair|home-school|homeimprovement|insurance|interiordesign|makeup|mens-fashion|music|online|organic|origami|photography|plussize|printable|science|scrapbooking|sewing|ski|socialnetworking|swimsuits|tattoos|themeparks|toys|travel|web-design)\.
 137:   RewriteRule ^\/((wiki/)?Main_Page)?$ https://www.maint.lovetoknow.com/ [QSA,R=301,L]
 140:   RewriteRule ^\/imágenes\/(.*)$ https://%{HTTP_HOST}/imagenes/$1 [R=301]
In file: /ltk/ltk-maint-builds/ltk.conf
   1:   RewriteCond %{HTTP_HOST} ^whatisitworth\.(.*)
   2:   RewriteRule . http://antiques.%1 [R=301,L]
In file: /ltk/ltk-maint/site/config/httpd.conf
 145:   RewriteRule ^/LTK$ - [R=202]
 148:   RewriteRule ^/backend[^/]*\.php - [F]
 152:   Alias /www/ /ltk/ltk-www/
 154:   <Directory /ltk/ltk-www>
 155:     Allow from all
 157:     Header set Access-Control-Allow-Origin "*"
    :   </Directory>
 161:   RewriteRule ^/www/ - [F]
 163:   RewriteCond %{HTTP_HOST} ^www\.
 164:   RewriteCond %{QUERY_STRING} !no-cache
 165:   RewriteCond /ltk/ltk-www%{REQUEST_FILENAME} -f
 166:   RewriteRule ^/(.+)$ /www/$1 [L,NS,PT]
 168:   RewriteCond %{HTTP_HOST} ^www\.
 169:   RewriteCond %{QUERY_STRING} !no-cache
 170:   RewriteCond /ltk/ltk-www%{REQUEST_FILENAME}/index.html -f
 171:   RewriteRule ^/(.+)$ /www/$1/index.html [L,NS,PT]
 178:   AddCharset UTF-8 .html
 181:   RewriteCond %{REQUEST_URI} ^/(sf|(ltk)?sf[^/]+Plugin)/|\.php [OR]
 182:   RewriteCond /ltk/ltk-maint/site/web%{REQUEST_FILENAME} -f
 183:   RewriteRule .* - [L]
 185:   Alias /cache/ /ltk/ltk-maint/site/cache/static/
 187:   <Directory /ltk/ltk-maint/site/cache/static>
 188:     Allow from all
    :   </Directory>
 192:   <Location ~ "\.xml">
 193:     ForceType text/xml
    :   </Location>
 195:   <Location ~ "LoveToKnow_RSS">
 196:     ForceType application/xml
    :   </Location>
 200:   RewriteRule ^/cache/ - [F]
 203:   RewriteRule ^/(member|advice|search|experts|autor|api)(/|$) - [S=6]
 205:   RewriteRule ^/$ /index.php [S=2,QSA]
 206:   RewriteRule ^(/(?:wiki/)?)(([^./])([^./])?([^./])?.*)$ $1$3/$3$4/$3$4$5/$2.php [QSA]
 207:   RewriteRule ^(.*)/\.php $1/index.php [QSA]
 210:   RewriteCond %{QUERY_STRING} show-cache [OR]
 211:   RewriteCond %{QUERY_STRING} !no-cache
 212:   RewriteCond %{QUERY_STRING} !gen-cache
 213:   RewriteCond %{HTTP_HOST} ^([^.]+)\..*?([^.]+\.[^.]+)$
 214:   RewriteCond /ltk/ltk-maint/site/cache/static/%2/%1%{REQUEST_FILENAME} -f
 215:   RewriteRule ^(.*)$ /cache/%2/%1$1 [L,NS,PT]
 218:   RewriteRule ^(.*)\.php $1.html [QSA]
 220:   RewriteCond %{QUERY_STRING} show-cache [OR]
 221:   RewriteCond %{QUERY_STRING} !no-cache
 222:   RewriteCond %{QUERY_STRING} !gen-cache
 223:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 224:   RewriteCond %{HTTP_HOST} ^([^.]+)\..*?([^.]+\.[^.]+)$
 225:   RewriteCond /ltk/ltk-maint/site/cache/static/%2/%1%{REQUEST_FILENAME} -f
 226:   RewriteRule ^(.*)$ /cache/%2/%1$1 [L,NS,PT]
 230:   RewriteCond %{QUERY_STRING} show-cache [OR]
 231:   RewriteCond %{QUERY_STRING} !no-cache
 232:   RewriteCond %{QUERY_STRING} !gen-cache
 233:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 234:   RewriteCond %{HTTP_HOST} ^es\.
 235:   RewriteCond %{REQUEST_FILENAME} ^\/[a-z]{1}\/[a-z]{2}\/[a-z]{3}\/([^\/]+)\/([a-z-])([a-z-])([a-z-])(.*)$
 236:   RewriteCond /ltk/ltk-maint/site/cache/static/%1/%2/%2%3/%2%3%4/%2%3%4%5 -f
 237:   RewriteRule ^(.*)$ /cache/%1/%2/%2%3/%2%3%4/%2%3%4%5 [L,NS,PT]
 240:   RewriteCond %{QUERY_STRING} show-cache [OR]
 241:   RewriteCond %{QUERY_STRING} !no-cache
 242:   RewriteCond %{QUERY_STRING} !gen-cache
 243:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 245:   RewriteCond %{HTTP_HOST} ^es\.
 246:   RewriteCond %{REQUEST_FILENAME} ^\/[a-z]{1}\/[a-z]{2}\/[a-z]{3}\/([^\.]+)\.html$
 247:   RewriteCond /ltk/ltk-maint/site/cache/static/%1/index.html -f
 248:   RewriteRule ^(.*)$ /cache/%1/index.html [L,NS,PT]
 251:   RewriteCond %{QUERY_STRING} show-cache
 252:   RewriteRule . - [R=404,L]
 257:   Alias /sf /ltk/ltk-maint/site/lib/vendor/symfony/data/web/sf
 258:   <Directory /ltk/ltk-maint/site/lib/vendor/symfony/data/web/sf>
 259:     Allow from All
    :   </Directory>
 262:   Alias /ltksfFormExtraPlugin /ltk/ltk-maint/site/plugins/ltksfFormExtraPlugin/web
 263:   <Directory /ltk/ltk-maint/site/plugins/ltksfFormExtraPlugin/web>
 264:     Allow from All
    :   </Directory>
 268:   RewriteRule . /frontend.php [QSA,L,PT]
    : </VirtualHost>
In file: /ltk/ltk-release/site/config/httpd.conf
   2: <VirtualHost *:80>
   4:   ServerName admin.release.lovetoknow.com
   5:   ServerAlias publish.release.lovetoknow.com love2publish.release.lovetoknow.com l2p.release.lovetoknow.com
   7:   DirectoryIndex index.php
   9:   DocumentRoot /ltk/ltk-release/site/web
  10:   <Directory /ltk/ltk-release/site/web>
  11:     Allow from All
    :   </Directory>
  14:   php_value session.save_path /tmp
  17:   Header set X-UA-Compatible: IE=edge
  19:   RewriteEngine On
  24:   RewriteRule ^/frontend[^/]*\.php - [F]
  29:   RewriteCond %{REQUEST_URI} ^/(sf|(ltk)?sf[^/]+Plugin)/|\.php [OR]
  30:   RewriteCond /ltk/ltk-release/site/web%{REQUEST_FILENAME} -f
  31:   RewriteRule .* - [L]
  33:   Alias /sfDoctrinePlugin /ltk/ltk-release/site/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web
  34:   <Directory /ltk/ltk-release/site/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web>
  35:     Allow from All
    :   </Directory>
  38:   Alias /sfFormExtraPlugin /ltk/ltk-release/site/plugins/sfFormExtraPlugin/web
  39:   <Directory /ltk/ltk-release/site/plugins/sfFormExtraPlugin/web>
  40:     Allow from All
    :   </Directory>
  43:   Alias /ltksfFormExtraPlugin /ltk/ltk-release/site/plugins/ltksfFormExtraPlugin/web
  44:   <Directory /ltk/ltk-release/site/plugins/ltksfFormExtraPlugin/web>
  45:     Allow from All
    :   </Directory>
  48:   Alias /sf /ltk/ltk-release/site/lib/vendor/symfony/data/web/sf
  49:   <Directory /ltk/ltk-release/site/lib/vendor/symfony/data/web/sf>
  50:     Allow from All
    :   </Directory>
  53:   RewriteRule ^(.*)$ /backend.php [QSA,L,PT]
    : </VirtualHost>
  61: <VirtualHost *:80>
  62:   ServerName release.lovetoknow.com
  63:   ServerAlias release.lovetoknowhealth.com release.lovetoknowpets.com
  64:   RewriteEngine On
  65:   RewriteRule ^/?$ https://www.%{HTTP_HOST}/ [R=301,L]
  66:   RewriteRule ^(.*)$ https://www.%{HTTP_HOST}$1 [R=301,L]
    : </VirtualHost>
  70: <VirtualHost *:80>
  72:   ServerName www.release.lovetoknow.com
  73:   ServerAlias *.release.lovetoknow.com www.release.lovetoknowhealth.com www.release.lovetoknowpets.com
  75:   DirectoryIndex index.php
  77:   DocumentRoot /ltk/ltk-release/site/web
  78:   <Directory /ltk/ltk-release/site/web>
  79:     Allow from All
    :   </Directory>
  86:   RewriteCond %{HTTP_HOST} !^www
  87:   RewriteRule "^\/(about-lovetoknow|affiliate-relationships|Careers\/careers|cookie-policy|disclaimers|Editorial-Policy|lovetoknow-privacy-policy|comments\/password-reset|comments\/register-thanks|comments\/unsubscribe-success|wiki-help)(\.html|\.htm)$" "https://www.lovetoknow.com/$1$2" [R,L]
  88:   RewriteCond %{HTTP_HOST} !^es
  89:   RewriteRule "^\/(acerca|ayuda|oportunidades|politica-cookies|politica-editorial|privacidad|relaciones-afiliacion|terminos)\.html$" "https://es.lovetoknow.com/$1.html" [R,L]
  90:   RewriteCond %{HTTP_HOST} ^horoscopes
  91:   RewriteRule LoveToKnow_Horoscopes:(Daily_Prediction_|Daily_Tarot_Card|find_signs|Weekend_Love_Forecast) /Main_Page [R=301,L]
  96:   <FilesMatch "^(acerca|ayuda|oportunidades|politica-cookies|politica-editorial|privacidad|relaciones-afiliacion|terminos)\.html">
  97:     SetHandler php5-script
    :   </FilesMatch>
 101:   Header set X-UA-Compatible: IE=edge,chrome=1
 104:   SetEnvIfNoCase Origin ".*\.lovetoknow[^.]*\.com$" AccessControlAllowOrigin=$0
 105:   Header set Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
 106:   Header set Access-Control-Allow-Headers "X-Requested-With, Content-Type" env=AccessControlAllowOrigin
 107:   Header merge Vary Origin env=AccessControlAllowOrigin
 109:   RewriteEngine On
 111:   RewriteCond %{HTTP:X-Forwarded-Proto} !https
 112:   RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
 114:   RewriteCond %{HTTP_HOST} www\.release.lovetoknow.com
 115:   RewriteRule ^\/Flowers\/?.* https://garden.release.lovetoknow.com/ [R=301,L]
 118:   RewriteRule ^\/imágenes\/(.*)$ https://%{HTTP_HOST}/imagenes/$1 [R=301]
In file: /ltk/ltk-release-builds/ltk.conf
   1:   RewriteCond %{HTTP_HOST} ^whatisitworth\.(.*)
   2:   RewriteRule . http://antiques.%1 [R=301,L]
In file: /ltk/ltk-release/site/config/httpd.conf
 123:   RewriteRule ^/LTK$ - [R=202]
 126:   RewriteRule ^/backend[^/]*\.php - [F]
 130:   Alias /www/ /ltk/ltk-www/
 132:   <Directory /ltk/ltk-www>
 133:     Allow from all
 135:     Header set Access-Control-Allow-Origin "*"
    :   </Directory>
 139:   RewriteRule ^/www/ - [F]
 141:   RewriteCond %{HTTP_HOST} ^www\.
 142:   RewriteCond %{QUERY_STRING} !no-cache
 143:   RewriteCond /ltk/ltk-www%{REQUEST_FILENAME} -f
 144:   RewriteRule ^/(.+)$ /www/$1 [L,NS,PT]
 146:   RewriteCond %{HTTP_HOST} ^www\.
 147:   RewriteCond %{QUERY_STRING} !no-cache
 148:   RewriteCond /ltk/ltk-www%{REQUEST_FILENAME}/index.html -f
 149:   RewriteRule ^/(.+)$ /www/$1/index.html [L,NS,PT]
 156:   AddCharset UTF-8 .html
 159:   RewriteCond %{REQUEST_URI} ^/(sf|(ltk)?sf[^/]+Plugin)/|\.php [OR]
 160:   RewriteCond /ltk/ltk-release/site/web%{REQUEST_FILENAME} -f
 161:   RewriteRule .* - [L]
 163:   Alias /cache/ /ltk/ltk-release/site/cache/static/
 165:   <Directory /ltk/ltk-release/site/cache/static>
 166:     Allow from all
    :   </Directory>
 170:   <Location ~ "\.xml">
 171:     ForceType text/xml
    :   </Location>
 173:   <Location ~ "LoveToKnow_RSS">
 174:     ForceType application/xml
    :   </Location>
 178:   RewriteRule ^/cache/ - [F]
 181:   RewriteRule ^/(member|advice|search|experts|autor)(/|$) - [S=6]
 183:   RewriteRule ^/$ /index.php [S=2,QSA]
 184:   RewriteRule ^(/(?:wiki/)?)(([^./])([^./])?([^./])?.*)$ $1$3/$3$4/$3$4$5/$2.php [QSA]
 185:   RewriteRule ^(.*)/\.php $1/index.php [QSA]
 188:   RewriteCond %{QUERY_STRING} show-cache [OR]
 189:   RewriteCond %{QUERY_STRING} !no-cache
 190:   RewriteCond %{QUERY_STRING} !gen-cache
 191:   RewriteCond %{HTTP_HOST} ^([^.]+)\..*?([^.]+\.[^.]+)$
 192:   RewriteCond /ltk/ltk-release/site/cache/static/%2/%1%{REQUEST_FILENAME} -f
 193:   RewriteRule ^(.*)$ /cache/%2/%1$1 [L,NS,PT]
 196:   RewriteRule ^(.*)\.php $1.html [QSA]
 198:   RewriteCond %{QUERY_STRING} show-cache [OR]
 199:   RewriteCond %{QUERY_STRING} !no-cache
 200:   RewriteCond %{QUERY_STRING} !gen-cache
 201:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 202:   RewriteCond %{HTTP_HOST} ^([^.]+)\..*?([^.]+\.[^.]+)$
 203:   RewriteCond /ltk/ltk-release/site/cache/static/%2/%1%{REQUEST_FILENAME} -f
 204:   RewriteRule ^(.*)$ /cache/%2/%1$1 [L,NS,PT]
 208:   RewriteCond %{QUERY_STRING} show-cache [OR]
 209:   RewriteCond %{QUERY_STRING} !no-cache
 210:   RewriteCond %{QUERY_STRING} !gen-cache
 211:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 212:   RewriteCond %{HTTP_HOST} ^es\.
 213:   RewriteCond %{REQUEST_FILENAME} ^\/[a-z]{1}\/[a-z]{2}\/[a-z]{3}\/([^\/]+)\/([a-z-])([a-z-])([a-z-])(.*)$
 214:   RewriteCond /ltk/ltk-release/site/cache/static/%1/%2/%2%3/%2%3%4/%2%3%4%5 -f
 215:   RewriteRule ^(.*)$ /cache/%1/%2/%2%3/%2%3%4/%2%3%4%5 [L,NS,PT]
 218:   RewriteCond %{QUERY_STRING} show-cache [OR]
 219:   RewriteCond %{QUERY_STRING} !no-cache
 220:   RewriteCond %{QUERY_STRING} !gen-cache
 221:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 223:   RewriteCond %{HTTP_HOST} ^es\.
 224:   RewriteCond %{REQUEST_FILENAME} ^\/[a-z]{1}\/[a-z]{2}\/[a-z]{3}\/([^\.]+)\.html$
 225:   RewriteCond /ltk/ltk-release/site/cache/static/%1/index.html -f
 226:   RewriteRule ^(.*)$ /cache/%1/index.html [L,NS,PT]
 229:   RewriteCond %{QUERY_STRING} show-cache
 230:   RewriteRule . - [R=404,L]
 235:   Alias /sf /ltk/ltk-release/site/lib/vendor/symfony/data/web/sf
 236:   <Directory /ltk/ltk-release/site/lib/vendor/symfony/data/web/sf>
 237:     Allow from All
    :   </Directory>
 240:   Alias /ltksfFormExtraPlugin /ltk/ltk-release/site/plugins/ltksfFormExtraPlugin/web
 241:   <Directory /ltk/ltk-release/site/plugins/ltksfFormExtraPlugin/web>
 242:     Allow from All
    :   </Directory>
 246:   RewriteRule . /frontend.php [QSA,L,PT]
    : </VirtualHost>
In file: /ltk/ltk-test/site/config/httpd.conf
   2: <VirtualHost *:80>
   4:   ServerName admin.test.lovetoknow.com
   5:   ServerAlias publish.test.lovetoknow.com love2publish.test.lovetoknow.com l2p.test.lovetoknow.com
   7:   DirectoryIndex index.php
   9:   DocumentRoot /ltk/ltk-test/site/web
  10:   <Directory /ltk/ltk-test/site/web>
  11:     Allow from All
    :   </Directory>
  14:   php_value session.save_path /tmp
  17:   Header set X-UA-Compatible: IE=edge
  19:   RewriteEngine On
  24:   RewriteRule ^/frontend[^/]*\.php - [F]
  29:   RewriteCond %{REQUEST_URI} ^/(sf|(ltk)?sf[^/]+Plugin)/|\.php [OR]
  30:   RewriteCond /ltk/ltk-test/site/web%{REQUEST_FILENAME} -f
  31:   RewriteRule .* - [L]
  33:   Alias /sfDoctrinePlugin /ltk/ltk-test/site/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web
  34:   <Directory /ltk/ltk-test/site/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web>
  35:     Allow from All
    :   </Directory>
  38:   Alias /sfFormExtraPlugin /ltk/ltk-test/site/plugins/sfFormExtraPlugin/web
  39:   <Directory /ltk/ltk-test/site/plugins/sfFormExtraPlugin/web>
  40:     Allow from All
    :   </Directory>
  43:   Alias /ltksfFormExtraPlugin /ltk/ltk-test/site/plugins/ltksfFormExtraPlugin/web
  44:   <Directory /ltk/ltk-test/site/plugins/ltksfFormExtraPlugin/web>
  45:     Allow from All
    :   </Directory>
  48:   Alias /sf /ltk/ltk-test/site/lib/vendor/symfony/data/web/sf
  49:   <Directory /ltk/ltk-test/site/lib/vendor/symfony/data/web/sf>
  50:     Allow from All
    :   </Directory>
  53:   RewriteRule ^(.*)$ /backend.php [QSA,L,PT]
    : </VirtualHost>
  61: <VirtualHost *:80>
  62:   ServerName test.lovetoknow.com
  63:   ServerAlias test.lovetoknowhealth.com test.lovetoknowpets.com
  64:   RewriteEngine On
  65:   RewriteRule ^/?$ https://www.%{HTTP_HOST}/ [R=301,L]
  66:   RewriteRule ^(.*)$ https://www.%{HTTP_HOST}$1 [R=301,L]
    : </VirtualHost>
  70: <VirtualHost *:80>
  72:   ServerName www.test.lovetoknow.com
  73:   ServerAlias *.test.lovetoknow.com www.test.lovetoknowhealth.com www.test.lovetoknowpets.com
  75:   DirectoryIndex index.php
  77:   DocumentRoot /ltk/ltk-test/site/web
  78:   <Directory /ltk/ltk-test/site/web>
  79:     Allow from All
    :   </Directory>
  86:   RewriteCond %{HTTP_HOST} !^www
  87:   RewriteRule "^\/(about-lovetoknow|affiliate-relationships|Careers\/careers|cookie-policy|disclaimers|Editorial-Policy|lovetoknow-privacy-policy|comments\/password-reset|comments\/register-thanks|comments\/unsubscribe-success|wiki-help)(\.html|\.htm)$" "https://www.lovetoknow.com/$1$2" [R,L]
  88:   RewriteCond %{HTTP_HOST} !^es
  89:   RewriteRule "^\/(acerca|ayuda|oportunidades|politica-cookies|politica-editorial|privacidad|relaciones-afiliacion|terminos)\.html$" "https://es.lovetoknow.com/$1.html" [R,L]
  90:   RewriteCond %{HTTP_HOST} ^horoscopes
  91:   RewriteRule LoveToKnow_Horoscopes:(Daily_Prediction_|Daily_Tarot_Card|find_signs|Weekend_Love_Forecast) /Main_Page [R=301,L]
  94:   RewriteCond %{HTTP_HOST} ^es
  95:   RewriteRule "^(\/|\/editorial-policy)$" "https://www.lovetoknow.com$1" [R=301,L]
 100:   <FilesMatch "^(acerca|ayuda|oportunidades|politica-cookies|politica-editorial|privacidad|relaciones-afiliacion|terminos)\.html">
 101:     SetHandler php5-script
    :   </FilesMatch>
 105:   Header set X-UA-Compatible: IE=edge,chrome=1
 108:   SetEnvIfNoCase Origin ".*\.lovetoknow[^.]*\.com$" AccessControlAllowOrigin=$0
 109:   Header set Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
 110:   Header set Access-Control-Allow-Headers "X-Requested-With, Content-Type" env=AccessControlAllowOrigin
 111:   Header merge Vary Origin env=AccessControlAllowOrigin
 113:   RewriteEngine On
 115:   RewriteCond %{HTTP:X-Forwarded-Proto} !https
 116:   RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
 118:   RewriteCond %{HTTP_HOST} www\.test.lovetoknow.com
 119:   RewriteRule ^\/Flowers\/?.* https://garden.test.lovetoknow.com/ [R=301,L]
 122:   RewriteCond %{HTTP_HOST} ^seniors\.
 123:   RewriteRule ^\/(Main_Page)?$ https://www.test.lovetoknow.com/life/aging [QSA,R=301,L]
 124:   RewriteCond %{HTTP_HOST} ^family\.
 125:   RewriteRule ^\/$ https://www.test.lovetoknow.com/parenting [QSA,R=301,L]
 126:   RewriteCond %{HTTP_HOST} ^cooking\.
 127:   RewriteRule ^\/$ https://www.test.lovetoknow.com/food-drink [QSA,R=301,L]
 128:   RewriteCond %{HTTP_HOST} ^business\.
 129:   RewriteRule ^\/$ https://www.test.lovetoknow.com/life/work-life [QSA,R=301,L]
 130:   RewriteCond %{HTTP_HOST} ^taxes\.
 131:   RewriteRule ^\/$ https://www.test.lovetoknow.com/life/work-life/budgeting [QSA,R=301,L]
 132:   RewriteCond %{HTTP_HOST} ^au\.
 133:   RewriteRule ^.*$ https://www.test.lovetoknow.com/ [QSA,R=301,L]
 136:   RewriteCond %{HTTP_HOST} ^(autism|bedding|cake-decorating|calculators|camping|cars|cheerleading|childrens-books|college|crafts|dance|engagementrings|fashion-history|freelance-writing|french|fun|furniture|genealogy|gourmet|greenliving|guitar|hair|home-school|homeimprovement|insurance|interiordesign|makeup|mens-fashion|music|online|organic|origami|photography|plussize|printable|science|scrapbooking|sewing|ski|socialnetworking|swimsuits|tattoos|themeparks|toys|travel|web-design)\.
 137:   RewriteRule ^\/((wiki/)?Main_Page)?$ https://www.test.lovetoknow.com/ [QSA,R=301,L]
 140:   RewriteRule ^\/imágenes\/(.*)$ https://%{HTTP_HOST}/imagenes/$1 [R=301]
In file: /ltk/ltk-test-builds/ltk.conf
   4:   RewriteRule wiki-help https://www.test.lovetoknow.com/ [R=301,L,NC]
   7:   RewriteCond %{HTTP_HOST} ^addiction\.
   8:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/well-being/addiction-and-recovery [R=301,L]
  10:   RewriteCond %{HTTP_HOST} ^diet\.
  11:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/diet-and-nutrition [R=301,L]
  13:   RewriteCond %{HTTP_HOST} ^exercise\.
  14:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/fitness [R=301,L]
  16:   RewriteCond %{HTTP_HOST} ^gluten\.
  17:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/diet-and-nutrition/gluten-free [R=301,L]
  19:   RewriteCond %{HTTP_HOST} ^herbs\.
  20:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/diet-and-nutrition/natural-health-remedies [R=301,L]
  22:   RewriteCond %{HTTP_HOST} ^pregnancy\.
  23:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/pregnancy [R=301,L]
  25:   RewriteCond %{HTTP_HOST} ^safety\.
  26:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/well-being/staying-safe [R=301,L]
  28:   RewriteCond %{HTTP_HOST} ^seniors\.
  29:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/well-being/aging [R=301,L]
  31:   RewriteCond %{HTTP_HOST} ^skincare\.
  32:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/skin-and-body [R=301,L]
  34:   RewriteCond %{HTTP_HOST} ^sleep\.
  35:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/well-being/sleep [R=301,L]
  37:   RewriteCond %{HTTP_HOST} ^stress\.
  38:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/well-being/stress-management [R=301,L]
  40:   RewriteCond %{HTTP_HOST} ^tattoos\.
  41:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/skin-and-body/tattoo-care [R=301,L]
  43:   RewriteCond %{HTTP_HOST} ^vegetarian.
  44:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/diet-and-nutrition/vegetarian-and-vegan [R=301,L]
  46:   RewriteCond %{HTTP_HOST} ^vitamins\.
  47:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/diet-and-nutrition/supplements [R=301,L]
  49:   RewriteCond %{HTTP_HOST} ^yoga\.
  50:   RewriteRule ^/((wiki/)?Main_Page)?$ https://www.lovetoknowhealth.com/fitness/yoga [R=301,L]
In file: /ltk/ltk-test/site/config/httpd.conf
 145:   RewriteRule ^/LTK$ - [R=202]
 148:   RewriteRule ^/backend[^/]*\.php - [F]
 152:   Alias /www/ /ltk/ltk-www/
 154:   <Directory /ltk/ltk-www>
 155:     Allow from all
 157:     Header set Access-Control-Allow-Origin "*"
    :   </Directory>
 161:   RewriteRule ^/www/ - [F]
 163:   RewriteCond %{HTTP_HOST} ^www\.
 164:   RewriteCond %{QUERY_STRING} !no-cache
 165:   RewriteCond /ltk/ltk-www%{REQUEST_FILENAME} -f
 166:   RewriteRule ^/(.+)$ /www/$1 [L,NS,PT]
 168:   RewriteCond %{HTTP_HOST} ^www\.
 169:   RewriteCond %{QUERY_STRING} !no-cache
 170:   RewriteCond /ltk/ltk-www%{REQUEST_FILENAME}/index.html -f
 171:   RewriteRule ^/(.+)$ /www/$1/index.html [L,NS,PT]
 178:   AddCharset UTF-8 .html
 181:   RewriteCond %{REQUEST_URI} ^/(sf|(ltk)?sf[^/]+Plugin)/|\.php [OR]
 182:   RewriteCond /ltk/ltk-test/site/web%{REQUEST_FILENAME} -f
 183:   RewriteRule .* - [L]
 185:   Alias /cache/ /ltk/ltk-test/site/cache/static/
 187:   <Directory /ltk/ltk-test/site/cache/static>
 188:     Allow from all
    :   </Directory>
 192:   <Location ~ "\.xml">
 193:     ForceType text/xml
    :   </Location>
 195:   <Location ~ "LoveToKnow_RSS">
 196:     ForceType application/xml
    :   </Location>
 200:   RewriteRule ^/cache/ - [F]
 203:   RewriteRule ^/(member|advice|search|experts|autor|api)(/|$) - [S=6]
 205:   RewriteRule ^/$ /index.php [S=2,QSA]
 206:   RewriteRule ^(/(?:wiki/)?)(([^./])([^./])?([^./])?.*)$ $1$3/$3$4/$3$4$5/$2.php [QSA]
 207:   RewriteRule ^(.*)/\.php $1/index.php [QSA]
 210:   RewriteCond %{QUERY_STRING} show-cache [OR]
 211:   RewriteCond %{QUERY_STRING} !no-cache
 212:   RewriteCond %{QUERY_STRING} !gen-cache
 213:   RewriteCond %{HTTP_HOST} ^([^.]+)\..*?([^.]+\.[^.]+)$
 214:   RewriteCond /ltk/ltk-test/site/cache/static/%2/%1%{REQUEST_FILENAME} -f
 215:   RewriteRule ^(.*)$ /cache/%2/%1$1 [L,NS,PT]
 218:   RewriteRule ^(.*)\.php $1.html [QSA]
 220:   RewriteCond %{QUERY_STRING} show-cache [OR]
 221:   RewriteCond %{QUERY_STRING} !no-cache
 222:   RewriteCond %{QUERY_STRING} !gen-cache
 223:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 224:   RewriteCond %{HTTP_HOST} ^([^.]+)\..*?([^.]+\.[^.]+)$
 225:   RewriteCond /ltk/ltk-test/site/cache/static/%2/%1%{REQUEST_FILENAME} -f
 226:   RewriteRule ^(.*)$ /cache/%2/%1$1 [L,NS,PT]
 230:   RewriteCond %{QUERY_STRING} show-cache [OR]
 231:   RewriteCond %{QUERY_STRING} !no-cache
 232:   RewriteCond %{QUERY_STRING} !gen-cache
 233:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 234:   RewriteCond %{HTTP_HOST} ^es\.
 235:   RewriteCond %{REQUEST_FILENAME} ^\/[a-z]{1}\/[a-z]{2}\/[a-z]{3}\/([^\/]+)\/([a-z-])([a-z-])([a-z-])(.*)$
 236:   RewriteCond /ltk/ltk-test/site/cache/static/%1/%2/%2%3/%2%3%4/%2%3%4%5 -f
 237:   RewriteRule ^(.*)$ /cache/%1/%2/%2%3/%2%3%4/%2%3%4%5 [L,NS,PT]
 240:   RewriteCond %{QUERY_STRING} show-cache [OR]
 241:   RewriteCond %{QUERY_STRING} !no-cache
 242:   RewriteCond %{QUERY_STRING} !gen-cache
 243:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 245:   RewriteCond %{HTTP_HOST} ^es\.
 246:   RewriteCond %{REQUEST_FILENAME} ^\/[a-z]{1}\/[a-z]{2}\/[a-z]{3}\/([^\.]+)\.html$
 247:   RewriteCond /ltk/ltk-test/site/cache/static/%1/index.html -f
 248:   RewriteRule ^(.*)$ /cache/%1/index.html [L,NS,PT]
 251:   RewriteCond %{QUERY_STRING} show-cache
 252:   RewriteRule . - [R=404,L]
 257:   Alias /sf /ltk/ltk-test/site/lib/vendor/symfony/data/web/sf
 258:   <Directory /ltk/ltk-test/site/lib/vendor/symfony/data/web/sf>
 259:     Allow from All
    :   </Directory>
 262:   Alias /ltksfFormExtraPlugin /ltk/ltk-test/site/plugins/ltksfFormExtraPlugin/web
 263:   <Directory /ltk/ltk-test/site/plugins/ltksfFormExtraPlugin/web>
 264:     Allow from All
    :   </Directory>
 268:   RewriteRule . /frontend.php [QSA,L,PT]
    : </VirtualHost>
In file: /ltk/ltk-dev/site/config/httpd.conf
   2: <VirtualHost *:80>
   4:   ServerName admin.dev.lovetoknow.com
   5:   ServerAlias publish.dev.lovetoknow.com love2publish.dev.lovetoknow.com l2p.dev.lovetoknow.com
   7:   DirectoryIndex index.php
   9:   DocumentRoot /ltk/ltk-dev/site/web
  10:   <Directory /ltk/ltk-dev/site/web>
  11:     Allow from All
    :   </Directory>
  14:   php_value session.save_path /tmp
  17:   Header set X-UA-Compatible: IE=edge
  19:   RewriteEngine On
  24:   RewriteRule ^/frontend[^/]*\.php - [F]
  29:   RewriteCond %{REQUEST_URI} ^/(sf|(ltk)?sf[^/]+Plugin)/|\.php [OR]
  30:   RewriteCond /ltk/ltk-dev/site/web%{REQUEST_FILENAME} -f
  31:   RewriteRule .* - [L]
  33:   Alias /sfDoctrinePlugin /ltk/ltk-dev/site/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web
  34:   <Directory /ltk/ltk-dev/site/lib/vendor/symfony/lib/plugins/sfDoctrinePlugin/web>
  35:     Allow from All
    :   </Directory>
  38:   Alias /sfFormExtraPlugin /ltk/ltk-dev/site/plugins/sfFormExtraPlugin/web
  39:   <Directory /ltk/ltk-dev/site/plugins/sfFormExtraPlugin/web>
  40:     Allow from All
    :   </Directory>
  43:   Alias /ltksfFormExtraPlugin /ltk/ltk-dev/site/plugins/ltksfFormExtraPlugin/web
  44:   <Directory /ltk/ltk-dev/site/plugins/ltksfFormExtraPlugin/web>
  45:     Allow from All
    :   </Directory>
  48:   Alias /sf /ltk/ltk-dev/site/lib/vendor/symfony/data/web/sf
  49:   <Directory /ltk/ltk-dev/site/lib/vendor/symfony/data/web/sf>
  50:     Allow from All
    :   </Directory>
  53:   RewriteRule ^(.*)$ /backend.php [QSA,L,PT]
    : </VirtualHost>
  61: <VirtualHost *:80>
  62:   ServerName dev.lovetoknow.com
  63:   ServerAlias dev.lovetoknowhealth.com dev.lovetoknowpets.com
  64:   RewriteEngine On
  65:   RewriteRule ^/?$ https://www.%{HTTP_HOST}/ [R=301,L]
  66:   RewriteRule ^(.*)$ https://www.%{HTTP_HOST}$1 [R=301,L]
    : </VirtualHost>
  70: <VirtualHost *:80>
  72:   ServerName www.dev.lovetoknow.com
  73:   ServerAlias *.dev.lovetoknow.com www.dev.lovetoknowhealth.com www.dev.lovetoknowpets.com
  75:   DirectoryIndex index.php
  77:   DocumentRoot /ltk/ltk-dev/site/web
  78:   <Directory /ltk/ltk-dev/site/web>
  79:     Allow from All
    :   </Directory>
  86:   RewriteCond %{HTTP_HOST} !^www
  87:   RewriteRule "^\/(about-lovetoknow|affiliate-relationships|Careers\/careers|cookie-policy|disclaimers|Editorial-Policy|lovetoknow-privacy-policy|comments\/password-reset|comments\/register-thanks|comments\/unsubscribe-success|wiki-help)(\.html|\.htm)$" "https://www.lovetoknow.com/$1$2" [R,L]
  88:   RewriteCond %{HTTP_HOST} !^es
  89:   RewriteRule "^\/(acerca|ayuda|oportunidades|politica-cookies|politica-editorial|privacidad|relaciones-afiliacion|terminos)\.html$" "https://es.lovetoknow.com/$1.html" [R,L]
  90:   RewriteCond %{HTTP_HOST} ^horoscopes
  91:   RewriteRule LoveToKnow_Horoscopes:(Daily_Prediction_|Daily_Tarot_Card|find_signs|Weekend_Love_Forecast) /Main_Page [R=301,L]
  96:   <FilesMatch "^(acerca|ayuda|oportunidades|politica-cookies|politica-editorial|privacidad|relaciones-afiliacion|terminos)\.html">
  97:     SetHandler php5-script
    :   </FilesMatch>
 101:   Header set X-UA-Compatible: IE=edge,chrome=1
 104:   SetEnvIfNoCase Origin ".*\.lovetoknow[^.]*\.com$" AccessControlAllowOrigin=$0
 105:   Header set Access-Control-Allow-Origin %{AccessControlAllowOrigin}e env=AccessControlAllowOrigin
 106:   Header set Access-Control-Allow-Headers "X-Requested-With, Content-Type" env=AccessControlAllowOrigin
 107:   Header merge Vary Origin env=AccessControlAllowOrigin
 109:   RewriteEngine On
 111:   RewriteCond %{HTTP:X-Forwarded-Proto} !https
 112:   RewriteRule ^.*$ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
 114:   RewriteCond %{HTTP_HOST} www\.dev.lovetoknow.com
 115:   RewriteRule ^\/Flowers\/?.* https://garden.dev.lovetoknow.com/ [R=301,L]
 118:   RewriteRule ^\/imágenes\/(.*)$ https://%{HTTP_HOST}/imagenes/$1 [R=301]
In file: /ltk/ltk-dev-builds/ltk.conf
   1:   RewriteCond %{HTTP_HOST} ^whatisitworth\.(.*)
   2:   RewriteRule . http://antiques.%1 [R=301,L]
In file: /ltk/ltk-dev/site/config/httpd.conf
 123:   RewriteRule ^/LTK$ - [R=202]
 126:   RewriteRule ^/backend[^/]*\.php - [F]
 130:   Alias /www/ /ltk/ltk-www/
 132:   <Directory /ltk/ltk-www>
 133:     Allow from all
 135:     Header set Access-Control-Allow-Origin "*"
    :   </Directory>
 139:   RewriteRule ^/www/ - [F]
 141:   RewriteCond %{HTTP_HOST} ^www\.
 142:   RewriteCond %{QUERY_STRING} !no-cache
 143:   RewriteCond /ltk/ltk-www%{REQUEST_FILENAME} -f
 144:   RewriteRule ^/(.+)$ /www/$1 [L,NS,PT]
 146:   RewriteCond %{HTTP_HOST} ^www\.
 147:   RewriteCond %{QUERY_STRING} !no-cache
 148:   RewriteCond /ltk/ltk-www%{REQUEST_FILENAME}/index.html -f
 149:   RewriteRule ^/(.+)$ /www/$1/index.html [L,NS,PT]
 156:   AddCharset UTF-8 .html
 159:   RewriteCond %{REQUEST_URI} ^/(sf|(ltk)?sf[^/]+Plugin)/|\.php [OR]
 160:   RewriteCond /ltk/ltk-dev/site/web%{REQUEST_FILENAME} -f
 161:   RewriteRule .* - [L]
 163:   Alias /cache/ /ltk/ltk-dev/site/cache/static/
 165:   <Directory /ltk/ltk-dev/site/cache/static>
 166:     Allow from all
    :   </Directory>
 170:   <Location ~ "\.xml">
 171:     ForceType text/xml
    :   </Location>
 173:   <Location ~ "LoveToKnow_RSS">
 174:     ForceType application/xml
    :   </Location>
 178:   RewriteRule ^/cache/ - [F]
 181:   RewriteRule ^/(member|advice|search|experts|autor|api)(/|$) - [S=6]
 183:   RewriteRule ^/$ /index.php [S=2,QSA]
 184:   RewriteRule ^(/(?:wiki/)?)(([^./])([^./])?([^./])?.*)$ $1$3/$3$4/$3$4$5/$2.php [QSA]
 185:   RewriteRule ^(.*)/\.php $1/index.php [QSA]
 188:   RewriteCond %{QUERY_STRING} show-cache [OR]
 189:   RewriteCond %{QUERY_STRING} !no-cache
 190:   RewriteCond %{QUERY_STRING} !gen-cache
 191:   RewriteCond %{HTTP_HOST} ^([^.]+)\..*?([^.]+\.[^.]+)$
 192:   RewriteCond /ltk/ltk-dev/site/cache/static/%2/%1%{REQUEST_FILENAME} -f
 193:   RewriteRule ^(.*)$ /cache/%2/%1$1 [L,NS,PT]
 196:   RewriteRule ^(.*)\.php $1.html [QSA]
 198:   RewriteCond %{QUERY_STRING} show-cache [OR]
 199:   RewriteCond %{QUERY_STRING} !no-cache
 200:   RewriteCond %{QUERY_STRING} !gen-cache
 201:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 202:   RewriteCond %{HTTP_HOST} ^([^.]+)\..*?([^.]+\.[^.]+)$
 203:   RewriteCond /ltk/ltk-dev/site/cache/static/%2/%1%{REQUEST_FILENAME} -f
 204:   RewriteRule ^(.*)$ /cache/%2/%1$1 [L,NS,PT]
 208:   RewriteCond %{QUERY_STRING} show-cache [OR]
 209:   RewriteCond %{QUERY_STRING} !no-cache
 210:   RewriteCond %{QUERY_STRING} !gen-cache
 211:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 212:   RewriteCond %{HTTP_HOST} ^es\.
 213:   RewriteCond %{REQUEST_FILENAME} ^\/[a-z]{1}\/[a-z]{2}\/[a-z]{3}\/([^\/]+)\/([a-z-])([a-z-])([a-z-])(.*)$
 214:   RewriteCond /ltk/ltk-dev/site/cache/static/%1/%2/%2%3/%2%3%4/%2%3%4%5 -f
 215:   RewriteRule ^(.*)$ /cache/%1/%2/%2%3/%2%3%4/%2%3%4%5 [L,NS,PT]
 218:   RewriteCond %{QUERY_STRING} show-cache [OR]
 219:   RewriteCond %{QUERY_STRING} !no-cache
 220:   RewriteCond %{QUERY_STRING} !gen-cache
 221:   RewriteCond %{REQUEST_METHOD} GET|HEAD
 223:   RewriteCond %{HTTP_HOST} ^es\.
 224:   RewriteCond %{REQUEST_FILENAME} ^\/[a-z]{1}\/[a-z]{2}\/[a-z]{3}\/([^\.]+)\.html$
 225:   RewriteCond /ltk/ltk-dev/site/cache/static/%1/index.html -f
 226:   RewriteRule ^(.*)$ /cache/%1/index.html [L,NS,PT]
 229:   RewriteCond %{QUERY_STRING} show-cache
 230:   RewriteRule . - [R=404,L]
 235:   Alias /sf /ltk/ltk-dev/site/lib/vendor/symfony/data/web/sf
 236:   <Directory /ltk/ltk-dev/site/lib/vendor/symfony/data/web/sf>
 237:     Allow from All
    :   </Directory>
 240:   Alias /ltksfFormExtraPlugin /ltk/ltk-dev/site/plugins/ltksfFormExtraPlugin/web
 241:   <Directory /ltk/ltk-dev/site/plugins/ltksfFormExtraPlugin/web>
 242:     Allow from All
    :   </Directory>
 246:   RewriteRule . /frontend.php [QSA,L,PT]
    : </VirtualHost>