FBA _Layouts folder permission issue - sharepoint-2010

Just created a page in the _layouts folder on a site with FBA. Whenever I try to access the new page, I get 'Access Denied". How do I set permissions on a page in the _layouts folder? It's fine with me is it's public and available.

Hopefully I understood the question correctly. if not please feel free to comment
You can try using UnsecuredLayoutsPageBase to derive your page so that it is open for anon access. Try this link for more information
http://dishasharepointworld.blogspot.in/2011/07/how-to-create-sharepoint-application_1072.html
Cheers
VJ

Related

How to give phpmyadmin access through the webmail in cpanel?

I added the user from user management but I don't know what to do further how to check?
I am expecting to user don't access public html folder.
User will be able to access the public html folder, if they are accessing it through cPanel. Unfortunately, there is no way around this as phpMyAdmin is secured with cPanel authentication.
However, you could install your own phpMyAdmin on your domain and provide access through it. You can find more information about how to do it here.

different login pages on sites on sensenet

I create more than one site on sensenet and I want to specify an login page for each site.
On site properties I can define the login page but that is not working... (I think). Every time I access without the login made I receive the follow message:
404 error The requested resource could not be found Please make sure
that the url is spelled correctly.
To go to the main page, click here
It shouldn't go to my login page defined on site settings?
What am I not picking here?
You should add at least one site URL to your new site, and also check if "Everyone" has "open" and "run application" permission on the new login page.

Override Web Application permissions from site level permission

I am stuck with a permission issue.
Any user can register with my site. A registered user can view only all the pages (site pages library) in the site. They shouldn't see view all content or open any other list.
So i have denied the "View Application Pages" from centraladmin->webapp->permission policy
Everything is going well.
Now i have another requirement,
I want to give "Create page permission" from site level for some set of users. So what i did is, i created a sharepoint group called "Creators" and gave Add List Item permission and view list item permission.
Now the "Creators" user not able to view the list items and 'view all site content' option. Because i have denied that in permission policy.
How can i override the webapplication level policy from my site. Or any other alternate solution for this requirement?
You can hide the all site contents link for the groups to whom you dont want to show the View All site contents link.
Try this..
http://www.apps4rent.com/support/kb/article/remove-view-all-site-content-sharepoint
Correct me if I misunderstood your requirement

Custom webpart issue in sharepoint 2010 site

After configuring the alternet access mapping custom web part is not displaying in the site, while clicking link for webpart
throwing exception:
The "webpart5" Webpart appears to be causing a problem. Exception has been thrown by the target of an invocation.
Web Parts Maintenance Page: If you have permission, you can use this page temprarily close Web parts or remove
personal settings. For more information, contact your site administrator.
Pls help somebody how to solve this issue.
It obviously is the problem with AAM setting. Check how are you accessing the site in web Part. Is it using SPContext ? Or you are instantiating the new SPWeb object. If you are instantiang the new object, check which zone you are referring to.
Post the web part code if possible.

Joomla Authentication

Okay I'm a little confused on how to do this due to the fact that I'm new to Joomla.
I have a site where users need to be logged in to view certain articles. I want restricted articles to basically pick up weather or not the user is logged in, if so proceed as normal, else display a login/registration form.
I looked at the plugins section and found a "Joomla-Authentication" plugin. Now, how do I use that in an article in the same fashion I use other plugins in article? i.E {plugin_name}params{/plugin_name}
NO... You do not need plugin for this AT ALL.
In Joomla you have "Access Type" for modules/articles/pretty much everything.
Public - Visitors
Registered - logged in users
Special - back-end users
In Back-End go to Modules and create new Log-In module. In the access type selected "Public".
When you create articles select "Registered Access" this way only signed-in users will see the article.
This will help you. Log-In the admin Back-End (Administrator Screen), go to Help->Joomla Help. In the Alphabetical Index find following topics:
Module Manager (it explains access types)
Module - New
Article Manager (it explains access types)
Article Manager - New/Edit
I found a solution that works for me. I downloaded and installed JUMI. Jumi is a Joomla extension that allows you to include files such as php and then executes the code in those files. Through PHP I check user access and do redirects accordingly.
JUMI can be downloaded here