Search found 2 matches
- Tue Aug 12, 2014 4:24 am
- Forum: Miscellaneous
- Topic: How to get this rewrite rule working?
- Replies: 3
- Views: 31321
Re: How to get this rewrite rule working?
Hay friend Try it for getting the rewrite rule working RewriteEngine on RewriteCond %{HTTP_HOST} ^cp.abc.com$ [OR] RewriteCond %{HTTP_HOST} ^www.cp.abc.com$ RewriteRule ^/?$ "http\:\/\/cp\.xyz\.com" [R=301,L] I have also ensured IP and document root path on both subdomains under /var/cpane...
- Mon Aug 11, 2014 11:12 pm
- Forum: PHP - Code
- Topic: php validation
- Replies: 5
- Views: 10593
Re: php validation
The PHP Validation script is a set of validation rules which lets you add server-side validation to your forms quickly and with as little effort as possible. We’ll go into more detail in the later pages – this page is mainly just to give you a general sense of how it fits together. 1. Download and u...