On Mar 26, 2007, at 12:14 PM, [EMAIL PROTECTED] wrote:

Hi,

I am having some problems getting my mod_rewrite to work on my development
server. On my
production server (linux) this works fine. But on my development server it
woun't work.

I have a file basicpage.php that is located in the webroot. I then have
a .htaccess file
with the following content:


#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#RewriteBase /relative/web/path/

<IfModule mod_rewrite.c>
 RewriteEngine On
 RewriteRule ^article/([0-9]+)/[-a-zA-Z]+$ /basicpage.php?id=$1
</IfModule>


The rewrite works as expected on the production server, but on the development
server it
don't want to work. I also tried it on a windows machine but it don't want to
work there
either.

Any suggestions/insights?

Yep, take this to the mod_rewrite forums @ http://www.modrewrite.com/ as this is a php list :)

erik jones <[EMAIL PROTECTED]>
software developer
615-296-0838
emma(r)



Reply via email to