brianvidguy
New Member
- Messages
- 5
- Reaction score
- 0
- Points
- 0
I posted this in Feedback cause I couldn't figure out how to post here, but then someone decided to close so I couldn't ask for further help. Thank you whoever did that, alot of good that did.
Anyways, read this thread right here about the .htaccess to understand my problem: http://x10hosting.com/forums/free-hosting/130042-posting-issues.html
deny from all
allow from 192.168.1.1 (fake IP)
If I had my IP address in that place, it wouldn't work. It would deny from all, but still wouldn't allow that IP Address.
In the last topic I was told that I won't be able to do it this way anymore? Why is this?
and how do I implement $_SERVER['HTTP_X_FORWARDED_FOR'] with a .htaccess file. Right now my 403 page is set to comingsoon.php. Does this mean I have to put this PHP code in every page I want blocked from seeing and then somehow redirect to comingsoon.php?
I need assistance with this. This is a temporary fix right? Will the .htaccess with allow from work again soon?
Anyways, read this thread right here about the .htaccess to understand my problem: http://x10hosting.com/forums/free-hosting/130042-posting-issues.html
deny from all
allow from 192.168.1.1 (fake IP)
If I had my IP address in that place, it wouldn't work. It would deny from all, but still wouldn't allow that IP Address.
In the last topic I was told that I won't be able to do it this way anymore? Why is this?
and how do I implement $_SERVER['HTTP_X_FORWARDED_FOR'] with a .htaccess file. Right now my 403 page is set to comingsoon.php. Does this mean I have to put this PHP code in every page I want blocked from seeing and then somehow redirect to comingsoon.php?
I need assistance with this. This is a temporary fix right? Will the .htaccess with allow from work again soon?