SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: mod_rewrite supported?
-
Apr 27, 2006, 06:01 #1
- Join Date
- Apr 2004
- Posts
- 263
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
mod_rewrite supported?
I need to buy a new hosting service and I asked for a trial before buying it. Which is the best and easy way to test if mod_rewrite is supported?
Thanks a lot
-
Apr 27, 2006, 09:12 #2
- Join Date
- Jul 2005
- Location
- West Springfield, Massachusetts
- Posts
- 17,290
- Mentioned
- 198 Post(s)
- Tagged
- 3 Thread(s)
server support
If you are talking PHP, then you may as well find out a lot of useful info. Upload a temporary (it isn't a good idea to have this info spidered and cached) phpinfo() file and look under "installed apache modules"
phpinfo.php
PHP Code:<?php
phpinfo();
?>Big Change Coming Soon - if you want your PMs save them now!
What you need to do to prepare for our migration to Discourse
A New SitePoint Forum Experience: Our Move to Discourse
-
Apr 27, 2006, 10:42 #3
- Join Date
- Apr 2004
- Posts
- 263
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Great, thank you! I didn't remember that phpinfo shows that (that function is commonly found at the beginning of some books)
Thanks!!
Bookmarks