EVOLUTION-MANAGER
Edit File: .htaccess.ea4new
# Use PHP5 Single php.ini as default AddHandler application/x-httpd-eig-php52 .php Header set X-Robots-Tag "noindex, nofollow" # Begin Pretty Host URL <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^login login.php [NC,L] RewriteRule ^logout logout.php [NC,L] RewriteRule ^register register.php [NC,L] RewriteRule ^account account.php [NC,L] RewriteRule ^profile profile.php [NC,L] RewriteRule ^forgot-password forgot-password.php [NC,L] RewriteRule ^resend-activation resend-activation.php [NC,L] RewriteRule ^how-to-call how-to-call.php [NC,L] RewriteRule ^earn-money earn-money.php [NC,L] RewriteRule ^about about.php [NC,L] RewriteRule ^complain complaints.php [NC,L] RewriteRule ^terms terms.php [NC,L] RewriteRule ^privacy-policy privacy.php [NC,L] RewriteRule ^contact contact.php [NC,L] RewriteRule ^host/([A-Za-z0-9-]+)/?$ host-profile.php?host=$1 [NC,L] RewriteRule ^schedule/([A-Za-z0-9-]+)/?$ schedule-a-call.php?host=$1 [NC,L] RewriteRule ^get-credits/([A-Za-z0-9-]+)/?$ get-credits.php?user=$1 [NC,L] </IfModule> # END Pretty Host URL #AuthType Basic #AuthName "RESTRICTED" #AuthUserFile "/home1/oozingso/.htpasswds/public_html/deslabs/camchat/passwd" #require valid-user