Hi I was wondering if anyone can help me i am transfering a site to a new host and i am having a few problems with the host. Clean URLs are not enabled so I can restore from the back up as it causes problems with the site. How do i alter my .htaccess file to enable clean urls?
The file is here:
I would appreciate any help you can give me as this is really urgent the site needs to be up today
#
# Apache/PHP/Drupal settings:
#
# Protect files and directories from prying eyes.
Order allow,deny
# Don't show directory listings for URLs which map to a directory.
Options -Indexes
# Follow symbolic links in this directory.
Options +FollowSymLinks
# Make Drupal handle any 404 errors.
ErrorDocument 404 /index.php
# Force simple error message for requests for non-existent favicon.ico.
# There is no end quote below, for compatibility with Apache 1.3.
ErrorDocument 404 "The requested file favicon.ico was not found.
# Set the default handler.
DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime.
# PHP 4, Apache 1.