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 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 |

Posts: 1395
Refer this to your host.
They should be able to help you fix the file permissions as this is a server thing.
--
dakanji.com
Posts: 6550
You can deactivate the rewrite plugin from phpMyAdmin or similar by executing:
UPDATE g2_PluginMap SET g_active=0 WHERE g_pluginId='rewrite';-s