How do I delete a module-generated url? - drupal

I'm using Drupal 7 and I installed the sitemap module.
This generated the url /sitemap and its respective page.
Now I have disabled and uninstalled the module. I have removed its folder from my sites/all/modules.
However, if I type /sitemap, I don't get a 404 but a page with no content in it.

Related

How to create a map on your webserver that has the same name as a permalink without having a 403 error

In Wordpress we created some pages like
website.com/page-1/
website.com/page-1/subpage-1/
website.com/page-1/subpage-2/
website.com/page-2/
etc. etc.
Now on the FTP we also created a map called 'page-1'. This map only contains another folder called 'app' (so we have website.com/page-1/app).
Now some visits are getting a 403 error on 'website.com/page-1' because the server does not route the traffic to Wordpress but to the -almost empty- folder on the FTP called 'page-1'. Most browsers do fine, SEO checkers and some proxy's do not route to the Wordpress page.
Can I resolve this issue so that visitors are always getting to the Wordpress page when visiting 'website.com/page-1'?
When I delete the folder called 'page-1' the issue is resolved. Too bad I need this folder because an emailing went out with this specific URL.

Reactjs build URL not working in wordpress

I am creating my website's career section in reactjs and rest of the part in wordpress. After creating react build I include build folder with the name of careers folder in root directory of my website which is in wordpress. When I go to the career section then everything is working fine until I refresh the page, it is throwing 404 error. Getting 404 error after added anything in URL. URL working fine on this http://mywebsit.com/careers/
If I click on search button on my career page then listing is appear with URL formation like http://mywebsit.com/careers/jobs-in-noida
This URL working fine, showing results but when refresh page then shows 404 error.

How to redirect from a aspx query string url to wordpress

I have a 2 problem that is, I have to redesign an Aspx website to a WordPress website everything till now was fine but:
there are some query strings in aspx that show the students certificates directly, for example, http://www.example.ac.ir/Auth.aspx?id=184182187190184239218183181181182181
I want to redirect this kind of URL that Ids are variable to a WordPress page and show this certificate in WordPress directly
our old student’s certificates also have these URLs on it that they can scan their QR code to get access to it, because of this I don’t want that when a user request for old URL be faced with 404 error page
Example:
I want to redirect:
http://www.example.ac.ir/Auth.aspx?id=184182187190184239218183181181182181
Or:
http://www.example.ac.ir/ga.aspx?id=M3S941301026821
(these are old Aspx version of the website)
to:
http://www.example.ac.ir/Auth.php?id=184182187190184239218183181181182181
Or:
http://www.example.ac.ir/ga.php?id=M3S941301026821
(these should be new WordPress version of the website)
problem 2:
problem 2 is about PHP code, where can I find a tutorial that makes PHP page or plugin that convert aspx to PHP and read from non WordPress structured database??
I want to design that certificate pages in WordPress
note: if there is a way that I use aspx pages in WordPress without rendering such as it can resolve my problem, too
On your Auth.aspx page,Make a Response.Redirect() to your PHP page:
Response.Redirect("http://www.example.ir/Auth.php?id=" + Request.QueryString["Id"].ToString());

Drupal menu link not working

I pulled a live drupal 7 site into MAMP and uninstalled domain access modules that had been installed. After doing that, I am now getting this error
The requested URL "/flockstate/admin/structure/menu/item/1857/edit" was not found on this server.
This error only shows up when i want to edit or delete a menu item.
I have checked the settings.php and .htaccess files and they seem ok
How do i fix this?

certain section's permalinks are throwing a 404

We have migrated our WP site to new hosting and since then one section using custom content types manager is throwing a 404. The other ~4 work correctly.
I have cleared the plugin's cache and imported the .json file correctly.
When I change the permalinks to default from post name they load properly. Any idea on how to get this section working?
I guess the problem you're facing on Post name permalinks. Save that option again. If it not working,
select custom structure and give index.php as a prefix
eg: /index.php/%postname%/

Resources