here is my .htaccess file code
PHP Code:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^geosharing\.net$ [OR]
RewriteCond %{HTTP_HOST} ^www\.geosharing\.net$
RewriteRule ^/?$ "http\:\/\/www\.geosharing\.net\/forum\/forum\.php" [R=301,L]
RewriteEngine On
# If you are having problem with "None Could Be Negotiated" errors in Apache, uncomment this to turn off MultiViews
# Options -MultiViews
RewriteCond %{REQUEST_URI} !(admincp/|dbseocp/|modcp/|cron|mobiquo|forumrunner|api\.php|reviewpost/|classifieds/|photopost/)
#RewriteRule ^((archive/)?(.*\.php(/.*)?))$ dbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !/(admincp|dbseocp|modcp|clientscript|cpstyles|images|reviewpost|classifieds|photopost)/
RewriteRule ^(.+)$ dbseo.php [L,QSA]
--------------- Added [DATE]1458680023[/DATE] at [TIME]1458680023[/TIME] ---------------
please help me my domain is two times redirect ...
solve my problem regards