×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Apache/Mod Rewrite: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
    imported>mutante
    mNo edit summary
    Line 2: Line 2:


    (internal, for future reference)
    (internal, for future reference)

    <pre>
    #LoadModule rewrite_module modules/mod_rewrite.so
    #AddModule mod_rewrite.c

    <-uncomment

    </pre>

    <pre>
    <pre>
    michael: RewriteEngine on
    michael: RewriteEngine on

    Revision as of 15:46, 10 February 2005

    How to get rid of the "index.php" part in the Wiki URLs:

    (internal, for future reference)

    #LoadModule rewrite_module modules/mod_rewrite.so
    #AddModule mod_rewrite.c
    
    <-uncomment
    
    
    michael: RewriteEngine on
    michael: RewriteRule ^/wiki/index\.php/(.*)  /wiki/$1    [NC,QSA,L]
    


    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.