html - I have forced my IP address to go to a different page with htaccess -
i have made code in htaccess below:
# make different page specified ip-adres rewriteengine on #deny specified ip-adres or redirect page (=something iframe) #rewritecond %{remote_addr} !^1\.2\.3\.4$ #rewriterule index\.html$ index2\.html [l]
let's ip address 1.2.3.4. how can delete code , go normal index.html
instead of being redirect index2.html
?
Comments
Post a Comment