×
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>

    michael: RewriteRule ^/wiki/index\.php/(.*) /wiki/$1 [NC,QSA,L]
    michael: RewriteRule ^/wiki/index\.php/(.*) /wiki/$1 [NC,QSA,L]
    michael: RewriteEngine on
    michael: RewriteEngine on
    </pre>
    mutante: http://httpd.apache.org/docs/mod/mod_rewrite.html


    * http://httpd.apache.org/docs/mod/mod_rewrite.html

    Revision as of 15:36, 10 February 2005

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

    (internal, for future reference)

    michael: RewriteRule ^/wiki/index\.php/(.*)  /wiki/$1    [NC,QSA,L]
    michael: RewriteEngine on
    


    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.