Menu

#25 The rewrite links need an htaccess file included

open
nobody
5
2006-08-04
2006-08-04
No

As I discovered and Chris helped me with the frontend
part of the project tar ball needs a htaccess file
included so the link rewrite rules are present & work.

The .htaccess file he supplied me with looks like:

<IfModule mod_rewrite.c>
RewriteEngine on
#RewriteRule \.(css|jpe?g|gif|png)$ - [L]
RewriteRule ^queues-([^/\.]+)$
main.php?page=queues&module=$1 [L]
RewriteRule ^projects-([^/\.]+)$
main.php?page=projects&module=$1 [L]
RewriteRule ^user-settings-([0-9]+)$
main.php?page=user-settings&uid=$1 [L]
RewriteRule ^([^/\.]+)$ main.php?page=$1 [L]
</IfModule>

Discussion

  • Steven A. DuChene

    htaccess file as supplied by Chris

     
  • Steven A. DuChene

    • labels: --> web frontend
     
  • Steven A. DuChene

    Logged In: YES
    user_id=2347

    Sorry, changed bug to web frontend

     

Log in to post a comment.