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

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

apache - Remove .php and add trailing slash in url using htaccess not loading css -