olliedean
ollie.cool
- Jan 28, 2013
- 433
- 107
I think you need to add something to your web.config in order to view other peoples profiles. If not then it's missing something in the main RevCMS engine as only the skin was released. Since I haven't looked at this in a few years I can't really help you but only advise you to not use it and use something new and up-to-date.
Not sure if this will work but worth a try, add this to your web.config
Not sure if this will work but worth a try, add this to your web.config
<rule name="Imported Rule 20">
<match url="^home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url=user&id={R:1}" appendQueryString="false" />
</rule>
this is a simple fix, Your links to go /home/username, just change it to /home...
/home/username will take you to THAT username's profile page.this is a simple fix, Your links to go /home/username, just change it to /home...
dont get butthurt./home/username will take you to THAT username's profile page.
If it's not in the engine or the web.config then it'll give you a 404 or the IIS error. Only a true developer like yourself will know how to fix this , after all you did release my skin.
Little too late Check the web.config comment, thats the fix.Lowkey just a guess, but make sure the grammar is correct, e.g if your name "Zen" doesn't have capitals, make it /home/zen. I do play your hotel but forgot if your name is capitalized or not, lol. Just tryna help... Kinda?
Ah, okay. Lmao.Little too late Check the web.config comment, thats the fix.