Is there a way to allow only my IP but my IP needs to be read from my url or somehow else.
order deny,allow
deny from all
allow from 111.222.333.444 <- needs to be dynamic, not actual typed number
Is there a way to allow only my IP but my IP needs to be read from my url or somehow else.
order deny,allow
deny from all
allow from 111.222.333.444 <- needs to be dynamic, not actual typed number