Skip to main content

Issue with Parked Domains

Comments

7 comments

  • cPanelMichael
    Hello :) Are there any additional custom Mod_Rewrite rules in the .htaccess file within the public_html directory? If so, does the issue persist if you temporarily disable those rules? Thank you.
    0
  • RHV
    Hi, thanks for your reply. You just exceeded my knowledge threshold. That said, I am comparing rules for another parked domain using a single image for a splash page and the rules are identical. From DNS to directory name format to .htaccess everything seems/looks the same to me comparing my attempt and the working parked domain I paid someone else to do.
    0
  • cPanelMichael
    For instance, you can view the contents of: /home/$username/public_html/.htaccess Are there any custom Mod_Rewrite rules in this files? The reason I ask is because often times these rules apply to the subdirectories beneath the public_html directory. Thank you.
    0
  • RHV
    Hi thanks again. I went to the directory you mentioned, clicked edit on .htaccess and this is what I have.
    ExpiresActive On ExpiresDefault "access plus 1 day" ExpiresByType image/gif "modification plus 1 day" ExpiresActive On ExpiresDefault "access plus 1 day" ExpiresByType image/gif "modification plus 1 day" # Compress HTML, CSS, JavaScript, Text, XML and fonts AddOutputFilterByType DEFLATE application/javascript AddOutputFilterByType DEFLATE application/rss+xml AddOutputFilterByType DEFLATE application/vnd.ms-fontobject AddOutputFilterByType DEFLATE application/x-font AddOutputFilterByType DEFLATE application/x-font-opentype AddOutputFilterByType DEFLATE application/x-font-otf AddOutputFilterByType DEFLATE application/x-font-truetype AddOutputFilterByType DEFLATE application/x-font-ttf AddOutputFilterByType DEFLATE application/x-javascript AddOutputFilterByType DEFLATE application/xhtml+xml AddOutputFilterByType DEFLATE application/xml AddOutputFilterByType DEFLATE font/opentype AddOutputFilterByType DEFLATE font/otf AddOutputFilterByType DEFLATE font/ttf AddOutputFilterByType DEFLATE image/svg+xml AddOutputFilterByType DEFLATE image/x-icon AddOutputFilterByType DEFLATE text/css AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/javascript AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/xml RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .* ./index.php suPHP_ConfigPath /home/username/ RewriteCond %{HTTP_HOST} ^parkedworking\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.parkedworking\.com$ RewriteRule ^/?$ "http\:\/\/parkedworking\.com" [R=301,L] RewriteCond %{HTTP_HOST} ^parkednotworking\.com$ [OR] RewriteCond %{HTTP_HOST} ^www\.parkednotworking\.com$ RewriteRule ^/?$ "http\:\/\/maindomain\.com" [R=301,L]
    And 3 others rewrites as outlined above that I did not list.
    0
  • cPanelMichael
    You can try temporarily moving that file to another location to see if those custom rules are the reason your redirect is not working. Thank you.
    0
  • RHV
    Thanks for the help. It seems I need to get someone to handle this for me. btw, what software is this forum using?
    0
  • Infopro
    Xenforo software.
    0

Please sign in to leave a comment.