Hi I'm new, I just installed the dolphin everything perfect for now, but install sound modules, video and photos, and to try to go to that section either pictures or sound, etc. .. there is no path
here is the link to my site I'm testing the soft http://detoodo.com.ar/ hope you can give me some solution and do,
thanks greetings
|
Make sure mod_rewrite is enabled on server and check to make sure .htaccess file is in root directory and correct. |
where I should be enabled mod_rewrite and that directory must be the. htaccess file? |
If you have a shared server contact your host. Mod_rewrite is a Apache module for the webserver. Your server must meet dolphin requirements to run dolphin.
http://www.boonex.com/trac/dolphin/wiki/DolTech
As for the .htaccess file. That file is included with dolphin, but is quite often missed when uploading files to the server because some operating systems treat the file as hidden.
You must make sure the primary one from the zip archive of dolphin was uploaded to the root folder of your website. Root folder meaning the folder you installed dolphin in. For most that is public_html, but not always. If your do not know, then ask your host.
https://www.deanbassett.com |
Sure it's. Htaccess file I understood it, I have it in / html / detoodo / dolphin / and there I have all the files and the. Htacces, now my question is I do with mod_rewrite I am sure that I have that I've used above, but as the "trigger"? |
Check in administration-->tools-->host tools and look for rewrite_module- Is "OK" there?
Ask whoever your hosting with if mod_rewrite is enabled. And like Deano stated above also check other server settings to insure they meet Dolphin requirements.
If you look at your site photos here http://detoodo.com.ar/modules/?r=photos/home/ it works. [edit] well it did work a min ago
|
Well we find out and I read that I have already enabled mod_rewrite on my server.
Now the serious stuff, I put your reicen "modules /? R = photos / home /" if I put it in my address bar goes all works perfect and excellent, but if I'm in the home and go to the menu and predicament where Photos says eg. tells me the page does not exist and I sent to this address. "http://cumbiaflow.com.ar/social/m/photos/home/"
|
Did you follow the steps Rhimpr posted to check the host tools in the Dolphin admin? It still looks like mod_rewrite isn't working.. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
The reason one works and the other does not work is because the url with the m in it requires mod_rewrite be working properly.
It's not just the modules. You cant view profiles either. You most likely have not noticed that one yet.
Anyhow. Some hosts require a change be made to the .htaccess file.
Edit the .htaccess file and look for this line.
RewriteEngine on
Add this line directly under it.
RewriteBase /
Then try again. If that does not work you will need to talk to your hosting provider. mod_rewrite must be operational and Apache must allow .htaccess overrides for dolphin to work properly. That is a hosting issue.
https://www.deanbassett.com |
"Web-server: Apache
- rewrite_module -UNDEFINED(try to check manually: apachectl -M 2>&1 | grep rewrite_module)"
That's what it says
|
Try the .htaccess edit i mentioned above.
https://www.deanbassett.com |
Now add the line and still not working. |
Yea, now the first url in his first post is not even dolphin.
I am giving up on this one.
https://www.deanbassett.com |
Im losing you on this one now also, who's web address is the last one you posted?http://cumbiaflow.com.ar/social/m/photos/home/"
If you go to administration-->settings-->permalinks and un-check friendly permalinks there, then your main nav will work showing (without permalinks) the page photos with http://detoodo.com.ar/modules/?r=photos/home/
|
Looks like permalinks are working now. I would check to see why it was redirecting to that other site (unless its yours), site or other might be compromised. |