Hi there,
For some reason, the username links under the blog links on my homepage are broken. They seem to use the actual username as the link.
For example http://www.mydomain.com/username
Does anyone know of a way to fix this?
Thanks!
Hi there, For some reason, the username links under the blog links on my homepage are broken. They seem to use the actual username as the link. For example http://www.mydomain.com/username
Does anyone know of a way to fix this? Thanks! |
Check your .htaccess file, seems you have a section missing that applies to that. |
Do you happen to know what part it is? |
There are 37 references to blogs in mine, here they are:
RewriteRule ^blogs/{0,1}$ blogs.php [QSA,L]
|
Many thanks! It turned out that I didn't have a htaccess file uploaded as it was a hidden file when I extracted the files upon installation.
Thanks again |