Forbidden - you don't have access after activation short URL plugin

liddl

Joined: 2012-02-19
Posts: 1
Posted: Sun, 2012-02-19 20:47

Hi all
I screwed it up somehow...

My gallery2 (www.neverstopmoving.ch/gallery2/ ) was working just fine. I yesterday activated the WebDAV - which wasn't working, because the plugin Short URLs wasn't activated. So I did. Ever since I cannot access the page anymore (Forbidden - You don't have permission to access /gallery2/main.php on this server. Apache/1.3.36 Server at www.neverstopmoving.ch Port 80).

I couldn't find any help in the FAQs. I don't find any .htaccess file at all in my gallery2 folder. I'd love to give you all the information below - if you tell me how to get it without access ;-)

Thanks for helping, Marco

Login or register to post comments
Dayo

Joined: 2005-11-04
Posts: 1395
Posted: Sun, 2012-02-19 22:01

Refer this to your host.

They should be able to help you fix the file permissions as this is a server thing.

--
dakanji.com

Login or register to post comments
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 6550
Posted: Sun, 2012-02-19 22:00

You can deactivate the rewrite plugin from phpMyAdmin or similar by executing:
UPDATE g2_PluginMap SET g_active=0 WHERE g_pluginId='rewrite';

-s

Login or register to post comments