Wallpaper Script Forum » Installation

Internal Server Errors

(5 posts)
  • Started 1 year ago by GFXsupport
  • Latest reply from GFXsupport
  1. Hello, I have just installed the script. I am having problems, keep getting internet server error pages.

    The site works at http://www.wallpaperfill.com/index.php but if you click any other link it gives you the error page.

    Anyone got any ideas on how to fix this matter?

    I am using GoDaddy hosting.

    Posted 1 year ago #
  2. http://help.godaddy.com/topic/330/article/1082?isc=isc_code

    Just browsed that.

    "Changes made to an existing .htaccess file will be seen immediately. When creating new .htaccess files or deleting existing .htaccess files, you might not see changes for up to an hour."

    So I will sit and wait and see what happens!

    Posted 1 year ago #
  3. Also good luck with GoDaddy

    Posted 1 year ago #
  4. Well I met everything on the requirements page.... And atm the .htaccess I suppose is still not working... do I need to edit it at all?

    #php_flag display_errors On
    #Options +FollowSymlinks
    RewriteEngine Off
    RewriteEngine On

    #change / with the relative path if you install the script in a subdirectory
    #RewriteBase /wallpaperscript.com/script/

    #This is for redirecting links with any subdomain to no subdomain
    #RewriteCond %{HTTP_HOST} ^(.+).wallpapers.net [NC]
    #RewriteRule ^(.*)$ http://wallpapers.net/$1 [R=301,NC,L]

    #This is for redirecting links without trailing / to links with trailing /
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_URI} !(.*)\.(.+){3,4}
    #RewriteCond %{REQUEST_URI} !(.*)/$
    #RewriteRule ^(.*)$ /$1/ [L,R=301]

    #RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)-desktop-wallpapers([^/]*)(/){0,1}([^/]*)$ $4-desktop-wallpapers$5$6$7
    #RewriteRule ^([^/]*)/([^/]*)/([^/]*)-desktop-wallpapers([^/]*)(/){0,1}([^/]*)$ $3-desktop-wallpapers$4$5$6
    #RewriteRule ^([^/]*)/([^/]*)-desktop-wallpapers([^/]*)(/){0,1}([^/]*)$ $2-desktop-wallpapers$3$4$5
    #RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)-wallpapers([^/]*)(/){0,1}([^/]*)$ $4-wallpapers$5$6$7
    #RewriteRule ^([^/]*)/([^/]*)/([^/]*)-wallpapers([^/]*)(/){0,1}([^/]*)$ $3-wallpapers$4$5$6
    #RewriteRule ^([^/]*)/([^/]*)-wallpapers([^/]*)(/){0,1}([^/]*)$ $2-wallpapers$3$4$5

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?%{QUERY_STRING}&resource=$1 [L]

    Posted 1 year ago #
  5. Did some more messing around.... I was able to get rid of the internal server errors by adding a # infront of RewriteEngine but now it just gives me 404's heh

    #php_flag display_errors On
    #Options +FollowSymlinks
    #RewriteEngine On

    #change / with the relative path if you install the script in a subdirectory
    #RewriteBase /home/content/55/5297355/html/wallpaperfill/

    #This is for redirecting links with any subdomain to no subdomain
    #RewriteCond %{HTTP_HOST} ^(.+)www.wallpaperfill.com [NC]
    #RewriteRule ^(.*)$ http://www.wallpaperfill.com/$1 [R=301,NC,L]

    #This is for redirecting links without trailing / to links with trailing /
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_URI} !(.*)\.(.+){3,4}
    #RewriteCond %{REQUEST_URI} !(.*)/$
    #RewriteRule ^(.*)$ /$1/ [L,R=301]

    #RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)-desktop-wallpapers([^/]*)(/){0,1}([^/]*)$ $4-desktop-wallpapers$5$6$7
    #RewriteRule ^([^/]*)/([^/]*)/([^/]*)-desktop-wallpapers([^/]*)(/){0,1}([^/]*)$ $3-desktop-wallpapers$4$5$6
    #RewriteRule ^([^/]*)/([^/]*)-desktop-wallpapers([^/]*)(/){0,1}([^/]*)$ $2-desktop-wallpapers$3$4$5
    #RewriteRule ^([^/]*)/([^/]*)/([^/]*)/([^/]*)-wallpapers([^/]*)(/){0,1}([^/]*)$ $4-wallpapers$5$6$7
    #RewriteRule ^([^/]*)/([^/]*)/([^/]*)-wallpapers([^/]*)(/){0,1}([^/]*)$ $3-wallpapers$4$5$6
    #RewriteRule ^([^/]*)/([^/]*)-wallpapers([^/]*)(/){0,1}([^/]*)$ $2-wallpapers$3$4$5

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^(.*)$ index.php?%{QUERY_STRING}&resource=$1 [L]

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.