HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web archive/conferencesearch (old) (to delete)/IIRF.ini
#StatusInquiry ON RemoteOk
#RewriteLog d:\logs\iirf\iirf
#RewriteLogLevel 2


# BEGIN WordPress
#<IfModule mod_rewrite.c>
RewriteEngine On
#Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^conferencesearch.co.uk$ [NC]
RewriteRule ^(.*)$ http://www.conferencesearch.co.uk/$1 [R=301,L]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
#</IfModule>

# END WordPress