Home
 

Customer Support

Search for keywords:

Browse by category:

Which Apache modules are installed?

The following Apache modules are enabled for all hosting accounts:
mod_access
mod_actions
mod_alias
mod_auth
mod_auth_mysql
mod_autoindex
mod_digest
mod_dir
mod_env
mod_expires
mod_frontpage
mod_gzip
mod_headers
mod_imap
mod_include
mod_info
mod_log_config
mod_mime
mod_mime_magic
mod_negotiation
mod_proxy
mod_rewrite
mod_sbox
mod_setenvif
mod_speling
mod_ssl
mod_unique_id
mod_userdir
mod_vhost_alias

User-Contributed Notes

add a note
user -at- example.com
04-Apr-2002 10:33
You can turn on mod_rewrite with an .htaccess file. For example, if you
have a section of your site at www.yoursite.com/pub/ and want to make a
rewrite rule in there, you would go into your /htdocs/www/pub directory
and create an .htaccess file that had the following:

   RewriteEngine on
   RewriteRule ^file(.*)\.html$ /pub/file.phtml?id=$1

That would make it so that all requests for
www.yoursite.com/pub/file123.html would actually request
www.yoursite.com/pub/file.phtml?id=123

This is a good way to make search spiders index dynamic content.

add a note

Related Questions:


Why does my website just say "Error 403 Forbidden"?

How do I protect a directory with .htaccess?

How can I show a default page other than index.html?

How do I stop people from getting directory listings when I dont have an index page?

What do the different HTTP Status Codes like 200, 304, 404, 401, 403 mean?

What options are configured with Apache and what can I do with .htaccess files?

How do I protect a directory with mod_auth_mysql?

How do I stop other websites from using my bandwidth while they steal images, flash, etc. from my site?

How can I make apache recognize different MIME types?

How do I make my own Error Documents to replace the default ones like 404 Not Found?

The webservers' Gzip compression is messing up my XML or Flash files for Netscape 4 browsers. How do I turn off compression?

How do I get different character sets to display correctly?

Why am I getting a 412 Precondition Failed from a website?

What webserver do you run?

Will I have access to raw logfiles?

I created a symbolic link, and now I am getting a 404 errors.

My mod_rewrite rules make my website stop loading.

How do I stop the server from automatically correcting spelling mistakes in URLs or offering multiple choices for documents?

How do I protect my website from comment spam?

How do I redirect traffic to another web page?

How do I enforce the use of SSL on my website?

Why do my mod_security rules cause intermittent Internal Server Errrors?

How can I make it clear to search engines that mydomain.com and www.mydomain.com are the same site?

Browse Categories:

Getting Started, FTP, Telnet/SSH, Moving Domains, E-mail, Traffic Reports, Mailing Lists, Apache, PHP, CGI, Other Server-Side Scripting, MySQL Database, Imaging Libraries, Other Software, Billing & Terms, Control Panel, E-commerce, Pre-Sales


Modwest PHP Hosting      Copyright 2000-2009 by Modwest, Inc.      About    |    Blog    |    Community    |    Design    |    Jobs    |    Contact