search engine friendly URLs, access forbidden, help! search engine friendly URLs, access forbidden, help!
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

search engine friendly URLs, access forbidden, help!

Started by Fed, February 27, 2007, 04:11:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fed

Hello guys
I tried to activate Search engine friendly urls plugin and now i can't access my gallery anymore
how can I disable it so everything starts working again?
I also tried restore a backup and it didn't work
when I try to access my gallery I get a 403 forbidden error
the cpg1410_plugins table is empty
can I do it in phpmyadmin?edit a config file? or what?

thank you

Nibbler

Delete the .htaccess file in your Coppermine directory.

Fed

thank you, I removed it and it's working now
I have another htaccess in the main folder of my site and it seems that, being coppermine in a subfolder, they can't get on well together
I think maybe the .htaccess code should be edited to work with any other htaccess in an upper directory (don't take it as a critic but as an idea for an enhancement, if possible), I don't actually know if this is possible and I basically suck at htaccess and regular expressions in genenral

Riccardo83

it doesnt create the htaccess for me, could anyone help me, why?

Joachim Müller

Check permissions: the user the webserver runs under needs write permissions on the gallery root to perform this.

louisbb

edit the .htaccess

from plugins

Options FollowSymLinks SymLinksIfOwnerMatch


fix to

Options +FollowSymLinks +SymLinksIfOwnerMatch


and it maybe work

Nibbler

How would that affect whether the file can be written or not?

sharif_aly

There is no guide on how to install Search Engine Friendly URLs v1.0 as plugin.

I could not find it anywhere. . .

Joachim Müller

The guide in the docs that explains how to install any plugin is valid for the plugin you mention as well.

sharif_aly

OK .. Thank you..
Is there new version for this plugin ?

Joachim Müller