News:

The "Support Requests" forum is now viewable by guests.

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - x

#1
Support Requests / htaccess redirect not working
January 02, 2006, 08:47:26 PM
right, i dont quite understand this because it is so simple.

i have an htaccess file with the following in:

Redirect /xyz.php http://www.domain.com/xyz/

i deleted the xyz.php file and made a folder xyz/ with an index.php file in it.

i get a 404 error everytime i go to xyz.php and it doesnt redirect me to xyz/

any ideas?
#2
Support Requests / htaccess rewrite
December 16, 2005, 11:42:35 PM
i'm trying to create a rewrite rule so that when someone tries to access a file in a directory (say http://www.domain.com/directory/file.html) it does a rewrite and gives them the contents of a specified php file with a that uses a query string (say http://www.domain.com/phpfile.php?file=file.html).

I wrote the following:

RewriteEngine on
RewriteRule ^/directory/(.*)$ phpfile.php?file=$1 [nc]

but i just keep getting a 404 error when i try http://www.domain.com/directory/file.html but it works fine when i try http://www.domain.com/phpfile.php?file=file.html.

any ideas? thanks
#3
Support Requests / plesk downtime
December 13, 2005, 11:37:46 PM
Is there a reason why the plesk server goes down for 10 minutes at a time?

it did it to me about 20 minutes ago and I found the same problem yesterday.

i remember a cron job was setup to reboot the server every so often but i thought that this was stopped because the server load eased.

it is getting quite annoying now