Hi!
I have a problem with the wallpaper gallery on my homepage (
http://bell-chan.dyndns.org/). Last week I've installed PHP 5.2.6 (preconfigured PHP 5 package for Windows from Aprelium) and changed the gallery from HTML to PHP. I also added some URL Rewriting rules (the gallery is located in /wp/):
- ^/wp/[^/]+\.html$ (external redirection to /wp/) Code 301
- ^/wp/(.+)/([0-9]+)/ (external redirection to /wp/$1/$2) Code 301
- ^/wp/(.+)/([0-9]+) (internal redirection to /wp/gallery.php?anime=$1&page=$2) Code 302
The problem is that neither the thumbnails nor the pictures do load for series that begin with a number (e.g.
http://bell-chan.dyndns.org/wp/12%20Kingdoms/1) but it works as intended with all other series (e.g.
http://bell-chan.dyndns.org/wp/A%20Little%20Princess%20Sara/1). What could be the problem?