Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Nginx compatibility

9 years 7 months ago
Licenses:

Hi,

sorry my mistake. I correction it to

if ($uri !~* administrator) {
rewrite /\w*/index\.php http://yourIP:8083/index.php$1 redirect;
}
I put condition, rewrite only happen at non administrator page.

Regards,
Albert

9 years 7 months ago
Licenses:
JomSocial Expired Socialize Expired

Hi,
thank you very much for your help.
just one question about the rewriting rule:
\w* does it means all url starting by w (at least 0 or more w) ? why do you set \ in front of w ?
Cheers,
L

9 years 7 months ago
Licenses:

Hi

\w is regular expression metacharacter is used to find a word character. A word character is a character from a-z, A-Z, 0-9, including the _ (underscore) character. and * mean for any number of total character.

Regards,
Albert

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW