Wallpaper Script Forum » How-To and Troubleshooting

Just installed wallpaper script 3.5, but html links not working

(10 posts)
  1. Ok, I got the script running on my domain. Everything seems to work, however when I added a wallpaper, it created links for the 800x600, and all other resolutions. But when click, the links lead to a non existant mydomain.tld/view/xxxxx/xxxx.html page that is 404 error.

    I checked on my webserver and the /view directory does not even exist, anyone know how to fix this issue?

    Ricky,

    Posted 4 years ago #
  2. seems htaccess error, no need to create view directory

    I use this code in htaccess, back up ur htaccess then use this code, as sometimes htaccess file is blank somehow after installation.

    #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 /

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

    Posted 4 years ago #
  3. Hi, thanks

    I just tried your code but that didn't fix the issue.

    Ricky,

    Posted 4 years ago #
  4. Maybe the issue is that my server isn't accepting the .htaccess file at all, i'm checking into that now

    Ricky,

    Posted 4 years ago #
  5. Can be a mod rewrite issue with hosting

    Posted 4 years ago #
  6. Well, it very wel might be a mode rewrite issue, however I cannot find it. I do know for sure though that my mod rewrite is working fine, I created a test mod rewrite and it works fine so the .htaccess file is being read just fine. However, it's still not working, please help

    Ricky,

    Posted 4 years ago #
  7. Also, why does your code turn rewrite engine OFF, then back on again immediately?

    Ricky,

    Posted 4 years ago #
  8. Ok so I resolve my problem. I needed a more up to date version of GD than the one that comes precompiled with the latest stable release of Debian. (Debian lenny)

    I am now using a different webhost and the install was successful, thanks for all the replies and support though everyone, especially you Nikhil, your email support is excellent.

    Ricky,

    Posted 4 years ago #
  9. oh, i almost forgot to mention. GD is something that is compiled with PHP so it's not something I generally know how to do, which is why I chose a different webhost that wasn't using debian lenny.

    Ricky,

    Posted 4 years ago #
  10. thanks ricky, its always nice to hear those words, and apart from email support, I also tried live support to you ;-)

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.