Greetings,
When using the third pulldown menu from the left… and clicking on profile I get a 404 error…
do I need to install some other extra mod to remedy this?
I have 1(one) member... me
Thanks,
At your service,
GB
Greetings, When using the third pulldown menu from the left… and clicking on profile I get a 404 error… do I need to install some other extra mod to remedy this? I have 1(one) member... me
Thanks, At your service, GB |
There are number of possible causes. 2) Server does not have mod_rewrite installed 3) Server is not configured to allow overrides. 4) Your host may require that RewriteBase / be added to the .htaccess file
https://www.deanbassett.com |
There are number of possible causes. 2) Server does not have mod_rewrite installed 3) Server is not configured to allow overrides. 4) Your host may require that RewriteBase / be added to the .htaccess file
none of that worked so I just disabled the profile button... problem solved! thanks for the reply
at your service, GB |
PLEASE NOTE the RewriteBase suggestion above should be set based on your URL, so if your boonex is installed under the main root you can use: RewriteBase / BUT if your site is installed under a subdirectory (like it was in my case), example: www.yourdomain.com/mysite , then you need: RewriteBase /mysite This should be added in .htaccess after "RewriteEngine on" Hope this helps. If fixed the 404 profile error for me. |