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

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

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -