mbtbh
Forum Replies Created
-
Forum: Networking WordPress
In reply to: cant get prettylinks workingI’d be the person to check to see if mod_rewrite does that, will have a look to see to make sure thats the case. Any clues where to look?
I’ve turned it on and now it doesnt’t work, which would seem that .htaccess isn’t being read?
Thanks again for your help so far 🙂
Forum: Networking WordPress
In reply to: cant get prettylinks workingThanks for that ipstenu. Unfortunately still no movement. http://blogs.spc.ox.ac.uk/matt/ still 404’ing.
Forum: Networking WordPress
In reply to: cant get prettylinks workingi’ve tided up the replacation line, so there is no repeats.
still no luck.
i have installed network and now got the relevant contents (i believe?) in the .htaccess
where next to look?
thanks
Forum: Networking WordPress
In reply to: cant get prettylinks workingI’ve amended the .htaccess with the following:
RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] # uploaded files RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L] # add a trailing slash to /wp-admin RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ - [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L] RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L] RewriteRule . index.php [L] # BEGIN WordPress <IfModule mod_rewrite.c> Option +FollowSymLinks RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-dForum: Networking WordPress
In reply to: cant get prettylinks working*wanting subdirectories
Forum: Networking WordPress
In reply to: .htaccess / mod_rewrite installation / move folderThanks for your help so far Andrea_r, it is really appreciated.
I have followed your advice so far. However I am still stuck creating new sites. E.g I have sent myself an invitation to a blog https://blogs.spc.ox.ac.uk/matt but nothing shows up and no email is received. (not going to junk or anything else)
Any ideas?
atb,
mattForum: Networking WordPress
In reply to: .htaccess / mod_rewrite installation / move folderOk slightly bigger problem – i dont have .htaccess
I know its a hidden file, but it doesn’t exist. How could i recreate these files? Re-install apache2?