Changes

Jump to navigation Jump to search

User talk:MrTweek

650 bytes added, 20:06, 19 June 2007
no edit summary
::This makes me think of setting up a team to maintain stuff on the servers. It's good to set up [[project:Server maintenance]] or something like that :) [[User:Guaka|Guaka]] 19:11, 19 June 2007 (CEST)
 
My mod_rewrite is set up like this:
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^wiki/(.*) w/index.php?title=$1 [PT,L,QSA]
RewriteRule ^wiki/*$ wiki/ [L,QSA]
RewriteRule ^/*$ wiki/ [L,QSA] #remove this if you want more content than the wiki in the root
It's supposedly better to edit pages from index.php?title=.... instead of just the "pretty links" because you can block index.php from being indexed in search engines with robots.txt and then you have cleaner search results. [[User:Zac Stewart|Zac]]<small><sup>[[User talk:Zac Stewart|talk]]</sup></small> 20:06, 19 June 2007 (CEST)

Navigation menu